summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* It is remotely possible the utils might even compile this timeEric Andersen2003-11-071-14/+4
| | | | around...
* Begin converting the client utilsEric Andersen2003-11-061-34/+5
|
* s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),gEric Andersen2003-11-061-9/+9
|
* s,(DEVEL_PREFIX)/,(DEVEL_PREFIX),gEric Andersen2003-11-061-23/+23
|
* Kill off "mipsel" and just use "mips"Eric Andersen2003-11-051-11/+0
|
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-48/+18
| | | | | which should simplify enabling arbitrary architectures. -Erik
* Minor makefile tweaksEric Andersen2003-11-041-1/+3
|
* Fix a stupid bug that caused uClibc to never provide the correctEric Andersen2003-10-201-0/+1
| | | | | | fpu_control.h header file, since the correct arch specific one was always later overwritten by the generic one. oops. -Erik
* Patch from Peter S. Mazinger:Eric Andersen2003-10-201-1/+1
| | | | patch to allow building uClibc with busybox's chmod
* more install changesEric Andersen2003-10-181-19/+19
|
* Do not install the uClibc wrapper toolchain by default. MakeEric Andersen2003-10-181-1/+1
| | | | people ask for it explicitly.
* the runtime should not install a /bin dirEric Andersen2003-10-181-1/+0
|
* Add a new RUNTIME_PREFIXEric Andersen2003-10-181-15/+5
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-17/+14
| | | | | | | | | | ln.patch: * Define $(LN) as ln in Rules.mak. * Change all occurrences of ln into $(LN). * Change all constructs like (cd path && ln -sf foo/file file) into $(LN) -sf foo/file path/file. The latter construct is already used in a number of places so it should not be an additional compatibility problem.
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-38/+38
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-45/+45
| | | | | | | | | install.patch: * Define $(INSTALL) as install in Rules.mak. * Change all occurrences of install into $(INSTALL). * Change all occurrences of mkdir -p into $(INSTALL) -d. install -d is already used in a number of places so this should not be an additional compatibility problem.
* Always build and install ldconfigEric Andersen2003-10-121-8/+5
|
* Enable automagic locale data downloadsEric Andersen2003-09-091-1/+15
|
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-081-0/+4
| | | | | | static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd.
* Be certain the config system binaries are currentEric Andersen2003-09-081-5/+8
|
* Don't install floating point related headers, and wrap some previouslyManuel Novoa III2003-09-061-0/+12
| | | | | | unwrapped prototypes, when float support is disabled. Also don't install printf.h if glibc custom printf specifier support is disabled.
* Be more clearEric Andersen2003-09-061-8/+8
|
* Add more pretty commentsEric Andersen2003-09-061-4/+8
|
* Remove more headers when options are disabledEric Andersen2003-09-061-0/+13
|
* Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III2003-09-031-1/+23
| | | | well as stub libintl, depending on configuration.
* Remove a bunch of guessing about the location of the kernelEric Andersen2003-09-011-57/+26
| | | | | | headers. Move most of that into a script, and warn loudly when having to guess. -Erik
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-1/+2
| | | | | | | | | Move stub gettext functions to a stub libintl to make switching in gnu gettext easier. Also add a few gnu-isms. Change to using hidden names with global weak aliases for the extended locale functions, as expected by libstd++. Slightly rework the locale data generation stuff to allow pregenerated locale data to be used with buildroot.
* Patch from Peter Kjellerstedt to not modify include/bits/sysnum.hEric Andersen2003-07-151-2/+6
| | | | if it does not need to be updated.
* Per suggestion from Stuart Hughes, allow uClibc to re-installEric Andersen2003-06-301-4/+4
| | | | headers on a system where they have previously been installed.
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
| | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
* Patch from Stefan Allius:Eric Andersen2003-03-071-1/+1
| | | | | | a make install_target stops if we have some sysmlinks in the destination target. This little patch force to install over a previous installed uClibc version,so we will allways get a consistent uClibc installation.
* Patch from Konrad Eisele to add include/asm-generic since, at leastEric Andersen2003-03-051-0/+2
| | | | on sparc, this is needed by some of the include/asm files
* more uClinux shared libs fixupsDavid McCullough2003-03-031-4/+6
|
* updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough2003-02-171-3/+33
|
* Per suggestion from Peter Lassahn, fix the install_dev targetEric Andersen2003-02-111-0/+1
|
* Fix the 'make release' target0_9_17Eric Andersen2003-01-251-2/+4
|
* Stupid typoEric Andersen2003-01-241-1/+2
|
* Don't clean config system except on 'make distclean'. Remember toEric Andersen2003-01-241-1/+2
| | | | clean locale stuff on 'make clean'
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-131-10/+12
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Add in a stub libnsl library to make stupid configure scriptsEric Andersen2002-12-121-1/+2
| | | | | | | (i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-1/+0
| | | | | the linux kernel uses. -Erik
* Don't leak outside of the target area when installing things.Eric Andersen2002-12-021-6/+10
| | | | -Erik
* Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen2002-11-231-4/+4
| | | | | Add $(PREFIX) to avoid leaking things at install time. -Erik
* Ok... here's the summary:Manuel Novoa III2002-11-221-0/+6
| | | | | | | | | | | | | | Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T.
* Patch from Stefan Allius, rebuild extra/config/conf if it is missingEric Andersen2002-11-091-0/+3
| | | | following a make clean
* Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"2002-11-071-1/+1
| | | | menu system when doing a 'make clean'.
* Use "include_config" not "include-config"Eric Andersen2002-11-031-3/+3
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-126/+95
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Define TOPDIR to be just `.' when invoking gen_bits_syscall_h.sh, sinceMiles Bader2002-10-281-1/+1
| | | | we've already chdir'ed to $(TOPDIR).
* Echo mmu-less warning where appropriateEric Andersen2002-10-181-3/+3
|