summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the main makefile. Autobuild ld.so and install itEric Andersen2001-04-231-0/+1
| | | | when appropriate,
* Change shared lib name. Update install_new target in Makefile.Manuel Novoa III2001-04-201-0/+8
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Move yet more stuff into the uClibc_config.h fileEric Andersen2001-03-191-1/+1
|
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-191-17/+0
| | | | | | | | defining things to "0" in the disabled case to outright undefining them, lest code that does an "#ifdef FOO" get inadvertantly triggered. Remove now unneeded lines from Rules.mak which makes the command line smaller and avoids redundancy (since this stuff is now pulled in via features.h). -Erik
* Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen2001-02-211-1/+5
| | | | | and Personal Systems. Thanks! -Erik
* Update the build system a bit.Eric Andersen2001-02-051-4/+4
| | | | -Erik
* Allow Config to override OPTIMIZATION flags.David McCullough2001-01-291-2/+4
|
* Add in NATIVE_ARCHEric Andersen2001-01-201-3/+5
|
* Warn using $(WARNINGS)Eric Andersen2001-01-151-3/+3
|
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-0/+3
| | | | | | Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik
* Makefile cleanups. For starters, OPTIMIZATION was missing...Eric Andersen2001-01-121-13/+13
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-1/+1
|
* Patch from James Graves <jgraves@deltamobile.com> to getEric Andersen2001-01-021-4/+2
| | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point...
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-5/+5
| | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu.
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-161-0/+1
| | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik
* Fix doc blunder.Eric Andersen2000-11-041-1/+1
|
* Fix doc blunderEric Andersen2000-11-041-8/+7
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-2/+2
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* Move config stuff to a file named "Config". Makes sense to me...Eric Andersen2000-10-301-1/+1
|
* Header file cleanupEric Andersen2000-10-301-54/+4
|
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-261-0/+3
|
* Cleanup arch supportEric Andersen2000-10-231-4/+11
|
* Try removing no-builtinEric Andersen2000-10-231-3/+2
|
* Fix up ctype.hEric Andersen2000-10-171-0/+4
|
* Bypass problem with signals for the moment...Eric Andersen2000-10-171-0/+7
|
* Makefile updateEric Andersen2000-10-121-0/+106