summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.i386.default
Commit message (Collapse)AuthorAgeFilesLines
* Disable ldso debugging. It should not be on by default.Eric Andersen2002-11-081-2/+2
|
* Update doc referenceEric Andersen2002-11-081-6/+7
|
* Yet more config system updating.Eric Andersen2002-11-031-1/+0
|
* update all the Config files for the various arches so they work with the newEric Andersen2002-11-021-1/+0
| | | | | config system. Hopefully I got everything here correct... -Erik
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-021-1/+1
| | | | -Erik
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+73
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