OSDN Git Service

Remove HAVE_ELF
[uclinux-h8/uClibc.git] / extra / Configs / Config.arm
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2005-11-11 Mike Frysingerremove unused ARCH_LDFLAGS and touchup broken whitespace
2005-05-13 Paul MundtARM1136JF-S support.
2004-01-16 Eric AndersenFixup selection of endianness, since select does not...
2003-11-18 Manuel Novoa III Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether...
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-09-08 Eric AndersenForce enable ADD_LIBGCC_FUNCTIONS on arm
2003-08-18 Eric AndersenCleanup arm architecture optimizations and add big...
2003-05-30 Eric AndersenEnable ADD_LIBGCC_FUNCTIONS by default on arm
2003-01-16 Eric AndersenUpdate build rules a bit. fix quoting problems. Updat...
2002-11-08 Eric AndersenUpdate doc reference
2002-11-03 Eric AndersenYet more config system updating.
2002-11-02 Eric Andersenupdate all the Config files for the various arches...
2002-10-31 Eric AndersenMake it so arch specific stuff can be simpler. Initial...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-08 Eric AndersenUpdate default config files
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...
2002-07-03 Manuel Novoa III Update Config files for current locale and wide char...
2002-07-02 Eric AndersenResync the install defines
2002-06-19 Eric AndersenFix incorrect comment re malloc-930716
2002-02-20 Eric AndersenEnable thread support
2002-02-01 Eric AndersenScrub up a few little things.
2002-01-29 Eric AndersenDefault to using malloc-930716 on ARM systems, since...
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-14 Eric AndersenPatch from Brian Stafford <brian@stafford.uklinux.net...
2002-01-09 Eric AndersenAllow people to exclude regex code, since it is huge...
2002-01-09 Eric AndersenFixup comments regarding large file support (it works...
2002-01-01 Eric AndersenSupport arch specific optimizations (examples shown...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-12-05 David McCulloughAdd in an ARCH_CFLAGS placeholder so scripts can mod it.
2001-11-23 Eric AndersenAdjust configs for updated math lib
2001-11-19 Eric AndersenFix default install dirs
2001-08-11 Eric AndersenUse malloc on arm (since I've never bothered to write...
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-06-23 Eric AndersenMake PIC a config option
2001-06-19 Eric AndersenAdd in "HAVE_SHARED" so shared libs build or not as...
2001-06-13 Eric AndersenDefault to something like a strongArm, (i.e. has an...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-29 Eric AndersenDefine "NM = $(CROSS)nm" and use $NM and $AR in get...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...