summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.arm
Commit message (Collapse)AuthorAgeFilesLines
* Add in "HAVE_SHARED" so shared libs build or not as neededEric Andersen2001-06-191-0/+3
| | | | -Erik
* Default to something like a strongArm, (i.e. has an MMU)Eric Andersen2001-06-131-3/+2
|
* 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).
* Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen2001-05-291-0/+1
| | | | in all cases.
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-0/+147
from libm float function support. Also, move all Config files out of the main directory.