Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Default to something like a strongArm, (i.e. has an MMU) | Eric Andersen | 2001-06-13 | 1 | -3/+2 | |
| | ||||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -0/+167 | |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||||
* | Default to malloc-930716 for x86 | Eric Andersen | 2001-06-11 | 2 | -4/+4 | |
| | ||||||
* | Up the m68k defaults a little so that uClibc will support a g++ build. | David McCullough | 2001-06-07 | 1 | -5/+5 | |
| | ||||||
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 8 | -121/+144 | |
| | | | | | | | | 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). | |||||
* | Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh | Eric Andersen | 2001-05-29 | 6 | -0/+6 | |
| | | | | in all cases. | |||||
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 8 | -0/+1214 | |
from libm float function support. Also, move all Config files out of the main directory. |