summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-191-0/+17
| | | | | on malloc (via realloc). -Erik
* typo fixesEric Andersen2002-11-091-4/+4
|
* Scare people away from enabling locale support for now.Eric Andersen2002-11-081-3/+4
|
* Doh! Leave ldso debugging off by default..Eric Andersen2002-11-081-2/+2
|
* Update doc referenceEric Andersen2002-11-081-1/+1
|
* (DOPIC): Depend on !HAVE_NO_PIC.Miles Bader2002-11-071-5/+12
| | | | | | (UCLIBC_HAS_FULL_RPC): default to `y' if !HAVE_SHARED. (SYSTEM_LDSO): Depend on HAVE_SHARED. (DOASSERTS): New option.
* Massive scrubbing of the shared lib loader error handling.Eric Andersen2002-11-051-0/+60
| | | | | Move all configuration options into the new config system. -Erik
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-021-2/+2
| | | | -Erik
* It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen2002-11-021-0/+10
| | | | -Erik
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+260
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