summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-021-6/+8
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* Add install_utils and install_target_utils targets, so peopleEric Andersen2002-02-011-6/+11
| | | | | | that don't like my amazingly cool ldd and readelf tools, can (most unwisely ;-) ignore them. -Erik
* Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen2002-02-011-1/+1
| | | | | not to just assume it. -Erik
* Don't assume uid=gidEric Andersen2002-02-011-2/+2
|
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-311-0/+2
|
* Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen2002-01-251-4/+8
| | | | | | | build ldso stuff on non-shared-library systems. And Matthew Bloch <mattbee@soup-kitchen.net> noticed that we need to create some dirs before installing some stuff, so fix that as well. -Erik
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-141-0/+10
| | | | support for Unix98 PTYs, and optionally exclude the older junk.
* Sigh. Typod it againEric Andersen2002-01-111-1/+1
|
* Oops. typo.Eric Andersen2002-01-111-1/+1
|
* More build system cleanups...Eric Andersen2002-01-111-9/+10
|
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+3
| | | | | chicken-and-egg problems when building gcc toolchains. -Erik
* Recommend making symlinks, not copying the config file.Eric Andersen2002-01-091-1/+2
| | | | -Erik
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-091-4/+10
| | | | enable -falign-functions if avilable.
* Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checkingEric Andersen2002-01-011-1/+1
|
* Use tar instead of cp -LR for make install, since older GNU cpEric Andersen2001-12-201-1/+2
| | | | | (i.e. RedHat 6.2) don't support -LR -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen2001-11-261-12/+3
| | | | | | | just using 'cp -a' and see if anyone complains and makes me use tar or something. Check libm for undefined non-libc symbols.
* Oops...Eric Andersen2001-11-241-1/+1
|