summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.mips
Commit message (Collapse)AuthorAgeFilesLines
...
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-0/+4
| | | | | partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
* Make PIC a config optionEric Andersen2001-06-231-0/+3
|
* Add in "HAVE_SHARED" so shared libs build or not as neededEric Andersen2001-06-191-0/+3
| | | | -Erik
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-15/+18
| | | | | | | | TARGET_PREFIX to allow more flexibility. Also modified the gcc wrapper to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command line. The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT for a dynamic linker option at runtime (although command line arg overrides the env variable).
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-0/+148
from libm float function support. Also, move all Config files out of the main directory.