summaryrefslogtreecommitdiff
path: root/scripts/config/zconf.tab.c_shipped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* just whitespaceTim Riker2006-01-251-3/+3
|
* Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt2005-04-191-0/+3
| | | | Linux 2.6.11.
* bernhardf reports with Bug 210:Mike Frysinger2005-04-161-1/+1
| | | | | | | For certain non-gcc compilers, alloca_h is defined (included) but there, no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca() in the included _ALLOCA_H.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-16/+16
|
* Seems I missed a spotEric Andersen2003-08-051-1/+1
|
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-051-618/+728
| | | | | Fix the config bugs revealed by the updated config system. -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+2017
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik