summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: switch back to uClibc for octeon, it actually works nowFelix Fietkau2014-07-101-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41576
* toolchain: only default eglibc for octeon and not all of mips64John Crispin2014-07-101-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41559
* toolchain: use different defaults for octeonJohn Crispin2014-06-181-1/+3
| | | | | | | | force eglibc and gcc4.6+linaro for octeon Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41251
* musl: move the dependency on BROKEN to the right config symbolFelix Fietkau2014-02-261-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39754
* enable using soft-float regardless of having a fpuImre Kaloz2013-11-291-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38939
* move menuconfig options into separate filesImre Kaloz2013-11-221-0/+39
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38895
* toolchain: do not build GDB when using an external toolchainFlorian Fainelli2013-05-301-1/+1
| | | | | | | | The external toolchain should provide it if needed. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36802
* toolchain: get rid of libc implementation symbol overloadingFelix Fietkau2013-04-181-5/+14
| | | | SVN-Revision: 36360
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-19/+19
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* toolchain: musl is not available on MIPS64Florian Fainelli2013-04-051-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36206
* toolchain: allow choosing the MIPS64 user-land ABIFlorian Fainelli2013-04-051-0/+27
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36205
* buildroot: allow specifying libc personality for external toolchainsJo-Philipp Wich2013-02-201-0/+11
| | | | SVN-Revision: 35703
* add preliminary support for muslFlorian Fainelli2012-11-231-2/+11
| | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
* toolchain: enable gdb by defaultFelix Fietkau2012-06-281-1/+1
| | | | SVN-Revision: 32518
* purge support for glibc - use eglibc instead!Mirko Vogt2012-04-281-10/+2
| | | | | | for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html SVN-Revision: 31503
* exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally ↵Jo-Philipp Wich2012-04-101-0/+1
| | | | | | without failing avr32 builds SVN-Revision: 31249
* introduce a USE_EXTERNAL_LIBC symbol which gets selected by ↵Jo-Philipp Wich2012-01-081-1/+5
| | | | | | EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on. SVN-Revision: 29689
* fixup armeb, tooImre Kaloz2011-03-111-5/+4
| | | | SVN-Revision: 26034
* simplify TARGET_SUFFIX selectionImre Kaloz2011-03-111-9/+4
| | | | SVN-Revision: 26033
* toolchain: fix r26004Felix Fietkau2011-03-101-8/+5
| | | | SVN-Revision: 26006
* toolchain: fix r25969Alexandros C. Couloumbis2011-03-101-0/+3
| | | | SVN-Revision: 26004
* fix target name mixup caused by r25928Felix Fietkau2011-03-091-2/+10
| | | | SVN-Revision: 25969
* only support EABI on ARM targetsImre Kaloz2011-03-071-13/+2
| | | | SVN-Revision: 25928
* We use different toolchain directories for different ARM archs, so we should ↵Imre Kaloz2011-02-251-2/+0
| | | | | | | | | | set the default arch of gcc to reflect this. This enables EABI support for armv4 CPUs. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 25705
* cns21xx: add initial support for the Cavium CNS21xx SoCGabor Juhos2010-12-301-0/+1
| | | | SVN-Revision: 24859
* add plemininary ultrasparc supportImre Kaloz2010-12-141-0/+1
| | | | SVN-Revision: 24558
* move EABI config option out of GCCNicolas Thill2009-09-261-0/+9
| | | | SVN-Revision: 17753
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-231-6/+82
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* add comments & fix descriptions in toolchain config itemsNicolas Thill2009-09-101-2/+15
| | | | SVN-Revision: 17561
* prepare for upcoming external toolchain support: move config items not ↵Nicolas Thill2009-09-101-34/+0
| | | | | | strictly toolchain related out of the toolchain submenu SVN-Revision: 17560
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-181-3/+3
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-181-3/+3
| | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306
* add the insight gdb frontend (#4701)Florian Fainelli2009-07-261-0/+8
| | | | SVN-Revision: 17019
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-161-3/+3
| | | | | | | | | | | | | | | | mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> SVN-Revision: 16860
* add a config option to select the binary stripping method to use (between ↵Nicolas Thill2009-07-071-2/+0
| | | | | | none, strip & sstrip) SVN-Revision: 16728
* enable software floating point emulation by default for mips and mipsel targetsFlorian Fainelli2009-06-281-1/+1
| | | | SVN-Revision: 16604
* Added defaults for extra target architecture for ps3Hamish Guthrie2009-03-161-0/+3
| | | | SVN-Revision: 14897
* move cflags default setting to target makefilesFelix Fietkau2009-03-141-10/+1
| | | | SVN-Revision: 14866
* use different optimizations for x86 & x86_64 on umlNicolas Thill2009-01-111-1/+3
| | | | SVN-Revision: 13984
* fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI ↵Nicolas Thill2009-01-101-1/+1
| | | | | | (closes: #4437) SVN-Revision: 13962
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-1/+52
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* storm is ARMv4, not ARMv4T (thx, SeG)Felix Fietkau2008-07-311-1/+1
| | | | SVN-Revision: 12046
* surprise :pGabor Juhos2008-07-211-0/+1
| | | | SVN-Revision: 11894
* add preliminary Marvell Orion supportImre Kaloz2008-06-041-1/+1
| | | | SVN-Revision: 11352
* soft-float shouldn't be used on targets with FPUImre Kaloz2008-06-031-1/+1
| | | | SVN-Revision: 11338
* add preliminary support for Storm SL3512 based devices, not ready yetImre Kaloz2008-04-271-0/+1
| | | | SVN-Revision: 10956
* PXA has Xscale core as well, so optimize the same way as we do on IXP/IOPImre Kaloz2008-04-261-1/+1
| | | | SVN-Revision: 10948
* do target dependent optimizationsImre Kaloz2008-04-141-1/+1
| | | | SVN-Revision: 10834
* provide a cleaner way to specify a biarch toolchain buildJeremy Kerr2008-04-121-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10802
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-141-1/+1
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458