OSDN Git Service

ARM: detect BX availibility at build time
[uclinux-h8/uClibc.git] / extra / Configs / Config.arm
2011-06-11 Yann E. MORINARM: detect BX availibility at build time
2011-06-11 Yann E. MORINARM: transform the EABI/OABI choice into a boolean
2011-06-11 Yann E. MORINARM: remove sub-arch/variants selection from menuconfig
2011-06-11 Yann E. MORINARM: introduce blind options to select & force THUMB...
2011-06-11 Yann E. MORINARM: reorder "Use BX" option
2011-02-14 Bernhard Reutner... arm: use EABI per default
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Peter S. Mazingerremove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS
2009-09-14 Bernhard Reutner... Revert "default ?conf to native arch"
2009-08-25 Bernhard Reutner... default ?conf to native arch
2008-10-06 Bernhard Reutner... - wrap overlong lines
2008-03-26 Bernhard Reutner... Paul Brook writes:
2007-03-20 Bernhard Reutner... - add arm1176 options
2007-03-16 Rob LandleyNo configs actually set LIBGCC_CFLAGS to anything,...
2007-02-14 Mike Frysingermake sure we declare TARGET_ARCH as a string
2006-12-03 Mike Frysingermake ABI into a list
2006-10-07 Khem RajAdd config options to select ARM ARMv5 and Intel iwmmxt...
2006-02-18 Mike Frysingersimplify endian config/selection
2006-02-09 David Andersadd ARM 7TDMI to processor selection list
2006-02-09 David Andersfix ARM types that are known to have MMU's to select...
2006-01-31 Mike FrysingerKhem Raj says:
2006-01-29 Mike FrysingerPatch by Joseph S. Myers to add support for ARM EABI
2006-01-20 Mike Frysingers/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix...
2006-01-19 Mike Frysingerfix breakage from HAVE_ELF removal and standardize...
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...