summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* (uClibc_config): Define __UCLIBC_UCLINUX_BROKEN_MUNMAP__ for MMU-less systems.Miles Bader2002-10-151-0/+4
|
* Implemented 'romfs' target so that uClibc works with building uClinux."Steven J. Hill"2002-10-081-1/+12
|
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
|
* * Updated for the CRIS port.Tobias Anderberg2002-09-161-0/+2
| | | | | * Added variable LIBGCC which is included when linking libc.so. Arch specific linker options go into LIBGCC_CFLAGS defined in Config.<arch>.
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-2/+2
|
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-5/+0
| | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
* Hide .hidden stuff unless explicitly enabledEric Andersen2002-08-221-1/+6
| | | | -Erik
* Remove h8300 special caseEric Andersen2002-08-161-2/+0
|
* (headers): Remove special case for v850, now that the general caseMiles Bader2002-08-161-8/+6
| | | | | works correctly for non-MMU systems without a `nommu' suffix. Fixup indentation a bit.
* Do not prevent people from making mmu-less builds on mmu-full systems.Eric Andersen2002-08-151-7/+4
| | | | -Erik
* Remove unified syscall support (it should just be a per-archEric Andersen2002-08-081-5/+5
| | | | | | decision, with syscalls.h adjusted to match). Add symlinks to make tools like mklibs.py be happy. -Erik
* Sigh. A bit more cleanup.Eric Andersen2002-07-311-1/+3
|
* You fool foolish. Goodbye level 2.Eric Andersen2002-07-311-0/+2
|
* Always build utils by defaultEric Andersen2002-07-311-3/+5
| | | | -Erik
* Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen2002-07-261-0/+1
| | | | | | include/sgidefs.h wasn't getting scrubbed. Fix it so this symlink gets properly scrubbed, even for mipsel. -Erik
* Kill ill advised find command that was not doing anythingEric Andersen2002-07-261-4/+3
| | | | | productive, but did annoying things instead. -Erik
* Addition to 'distclean' for little endian MIPS."Steven J. Hill"2002-07-251-0/+1
|
* This rule is only necessary for little endian MIPS."Steven J. Hill"2002-07-241-1/+1
|
* Disable ldconfig.target for nowEric Andersen2002-07-021-1/+1
| | | | -Erik
* Change the default structure of the installed toolchainEric Andersen2002-07-021-7/+16
| | | | -Erik
* Fixup target util handlingEric Andersen2002-06-231-7/+3
| | | | -Erik
* Fix dependancy. again.Eric Andersen2002-05-301-1/+1
|
* Fix dependancy for util targetEric Andersen2002-05-301-8/+8
| | | | -Erik
* Now that was sillyEric Andersen2002-05-291-2/+2
|
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-11/+18
| | | | | Propagate fixes across makefiles. -Erik
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | LC_TIME, LC_MONETARY, and LC_MESSAGES for the SUSv3 items. Also, nl_langinfo() when real locale support is enabled. New implementation of ctype.h. New implementation of wctype.h. New implementation of most of the string functions (smaller). New implementation of the wcs/wmem functions. These are untested, but they're also just preprocessor-modified versions ot the corresponding str/mem functions. Tweaked qsort and new bsearch. Stuff still pending: stdlib.h and wchar.h mb<->wc functions. I actually have working versions of the stdlib ones, but the reentrant versions from wchar.h require some reworking. Basic replacement and translit support for wc->mb conversions. (groundwork laid). Simple-minded collate support such as was provided by the previous locale implementation. (mostly done -- 8-bit codesets only) Shared mmaping of the locale data and strerror message text.
* Ensure that make clean really cleans up after itselfEric Andersen2002-05-021-3/+19
|
* Don't use $(PWD), use $(shell pwd) insteadEric Andersen2002-04-241-5/+3
|
* Added a dummy romfs target so this stuff slots nicely into theDavid McCullough2002-04-111-0/+5
| | | | uClinux distro.
* Remove gratuitous symlink trashingEric Andersen2002-04-031-1/+0
|
* Steven J. Hill's latest mips dynamic loader updatesEric Andersen2002-04-021-4/+5
|
* Patch from Steven J. Hill to fix pthreads on mipsEric Andersen2002-03-251-0/+2
|
* Patch from Miles Bader to be less militant when doing a make clean.Eric Andersen2002-03-221-2/+3
|
* Add some phony targets0_9_10Eric Andersen2002-03-211-1/+1
|
* Always build the utils. Always clean libc/misc, since there isEric Andersen2002-03-211-1/+7
| | | | | some auto generated stuff in there -Erik
* Allow some failures to simplify building gccEric Andersen2002-03-111-2/+2
|
* Don't install CVS files into the devel dirEric Andersen2002-03-111-0/+1
|
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-3/+5
| | | | -Erik
* Doh! A search and replace bug...Eric Andersen2002-03-011-2/+2
|
* Doh! Doh! Doh!Eric Andersen2002-03-011-1/+3
|
* Doh!Eric Andersen2002-03-011-3/+5
|
* oops. I forgot to commit this...Eric Andersen2002-03-011-43/+73
|
* Joerg Schmitz-Linneweber recommends using tar -f - instead of -OEric Andersen2002-02-251-1/+1
| | | | to prevent interference with the TAPE env var
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-2/+7
| | | | | | | | glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik
* Additionally remove libc/tmpDavid Schleef2002-02-161-1/+1
|
* Geoffrey Espin noticed a $ that should have been a double $$Eric Andersen2002-02-151-1/+1
| | | | since Make make eats $'s.
* Dont choke when chown fails. Try to be more portable...Eric Andersen2002-02-081-1/+1
|
* A few more little cleanupsEric Andersen2002-02-041-1/+1
|
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-0/+2
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-021-3/+9
|