summaryrefslogtreecommitdiffstats
path: root/extra/Configs
Commit message (Expand)AuthorAgeFilesLines
* Add in an ARCH_CFLAGS placeholder so scripts can mod it.David McCullough2001-12-051-0/+4
* Use consistant pathsEric Andersen2001-11-245-34/+34
* Adjust configs for updated math libEric Andersen2001-11-2310-120/+40
* Fix default install dirsEric Andersen2001-11-191-5/+5
* Enable ld.so on powerpcDavid Schleef2001-11-121-1/+1
* Revert global old mmap usage, and do it per archEric Andersen2001-10-161-5/+0
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+192
* powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"Eric Andersen2001-08-141-2/+2
* Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen2001-08-131-5/+5
* Use malloc on arm (since I've never bothered to write sbrk)Eric Andersen2001-08-111-2/+2
* Update the build system, yet again. I hope this is the last time...Eric Andersen2001-08-109-262/+427
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-089-196/+186
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-129-176/+251
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-099-0/+36
* This config seems to be basically correct for arm uClinux systems.Eric Andersen2001-07-061-0/+156
* Renamed as extra/Configs/Config.i386Eric Andersen2001-07-041-157/+0
* Make PIC a config optionEric Andersen2001-06-239-0/+27
* Add in "HAVE_SHARED" so shared libs build or not as neededEric Andersen2001-06-199-7/+31
* This commit finishes adding support for the old m68k-coff toolchains byEric Andersen2001-06-181-4/+7
* Default to something like a strongArm, (i.e. has an MMU)Eric Andersen2001-06-131-3/+2
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-0/+167
* Default to malloc-930716 for x86Eric Andersen2001-06-112-4/+4
* Up the m68k defaults a little so that uClibc will support a g++ build.David McCullough2001-06-071-5/+5
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-318-121/+144
* Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen2001-05-296-0/+6
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-288-0/+1214