summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
AgeCommit message (Expand)Author
2012-06-28toolchain: enable gdb by defaultnbd
2012-04-28[toolchain/glibc*] purge support for glibc - use eglibc instead!mirko
2012-04-10[toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditi...jow
2012-01-08[toolchain] introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTER...jow
2011-03-11[toolchain]: fixup armeb, tookaloz
2011-03-11[toolchain]: simplify TARGET_SUFFIX selectionkaloz
2011-03-10toolchain: fix r26004nbd
2011-03-10toolchain: fix r25969acoul
2011-03-09fix target name mixup caused by r25928nbd
2011-03-07only support EABI on ARM targetskaloz
2011-02-25We use different toolchain directories for differentkaloz
2010-12-30cns21xx: add initial support for the Cavium CNS21xx SoCjuhosg
2010-12-14add plemininary ultrasparc supportkaloz
2009-09-26[toolchain] move EABI config option out of GCCnico
2009-09-23[toolchain] add external toolchain support, enhance native toolchain support ...nico
2009-09-10[cosmetic] add comments & fix descriptions in toolchain config itemsnico
2009-09-10prepare for upcoming external toolchain support: move config items not strict...nico
2009-08-18pxcab: Replace TARGET_pxcab with feature powerpc64geoff
2009-08-18powerpc: Create a powerpc64 config featuregeoff
2009-07-26[toolchain] add the insight gdb frontend (#4701)florian
2009-07-16This patch adds a target for the IBM PowerXCell Accelerator Board.florian
2009-07-07add a config option to select the binary stripping method to use (between non...nico
2009-06-28[toolchain] enable software floating point emulation by default for mips and ...florian
2009-03-16Added defaults for extra target architecture for ps3hcg
2009-03-14move cflags default setting to target makefilesnbd
2009-01-11use different optimizations for x86 & x86_64 on umlnico
2009-01-10fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI (closes:...nico
2009-01-08[massive] add support for alternative C libraries (currently only glibc/eglibc)nico
2008-07-31storm is ARMv4, not ARMv4T (thx, SeG)nbd
2008-07-21surprise :pjuhosg
2008-06-04add preliminary Marvell Orion supportkaloz
2008-06-03soft-float shouldn't be used on targets with FPUkaloz
2008-04-27add preliminary support for Storm SL3512 based devices, not ready yetkaloz
2008-04-26PXA has Xscale core as well, so optimize the same way as we do on IXP/IOPkaloz
2008-04-14do target dependent optimizationskaloz
2008-04-12[toolchain] provide a cleaner way to specify a biarch toolchain buildjk
2008-02-14revert ARM to oabi by default, add some eabi patches for fixing up the toolch...nbd
2008-01-27add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose (...ralph
2008-01-26[toolchain] uClibc: restore support of shadow passwords, but make it configur...juhosg
2007-12-29unconditionally enable c99 math support in uclibc - many packages need itnbd
2007-12-28use softfloat and GNU EABI on the IOP, tookaloz
2007-12-28move ARM to the GNU EABIkaloz
2007-12-28use soft float by default on arm and powerpckaloz
2007-12-26softfloat should be available on armeb, but not on mips until the kernel fpu ...kaloz
2007-10-26Update CFLAGS pickup to match the target variable name, allow i686 to be opti...florian
2007-07-11fix cflags for xscale (#2026)nbd
2007-07-01Use -Os for rdc and -O2 for the x86 targetflorian
2007-06-02add initial support for the crisarchitecture used on foxboards to openwrtblogic
2006-12-05switch to -O2 on x86 for performance reasonsnbd
2006-10-26add a configuration option to enable full c99 math in libm. this is needed f...pavlov