aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Config.in
Commit message (Collapse)AuthorAge
* toolchain: switch to musl by default, except for mips64Felix Fietkau2015-06-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45995
* toolchain/musl: update to the latest version, adds aarch64 supportFelix Fietkau2015-03-28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45091
* toolchain: remove obsolete !avr32 dependencyFelix Fietkau2015-03-24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44962
* toolchain: r44701 accidentially removed the uclibc default when ↵John Crispin2015-03-15
| | | | | | | | TOOLCHAINOPTS is set Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44766
* glibc: make it more obvious that eglibc is a version of glibcJohn Crispin2015-03-12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44704
* toolchain: The glorious return of glibc, ver 2.21John Crispin2015-03-12
| | | | | | | | | | | It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by: Jeff Waugh <jdub@bethesignal.org> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44701
* aarch64: add initial supportFlorian Fainelli2014-11-24
| | | | | | | | Add initial support for the AArch64 architecture Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43353
* toolchain: mark musl as non-brokenFelix Fietkau2014-10-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42977
* Kconfig: Aesthetic/formatting fixes to toolchain/Config.in.Hauke Mehrtens2014-09-13
| | | | | | | | | | | | Non-functional edits to toolchain/Config.in: * fix spelling mistake ("us" -> "is") * Overly long help lines shortened to avoid line wrap * Standardize help info to use tab(s), then two spaces Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 42518
* toolchain: switch back to uClibc for octeon, it actually works nowFelix Fietkau2014-07-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41576
* toolchain: only default eglibc for octeon and not all of mips64John Crispin2014-07-10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41559
* toolchain: use different defaults for octeonJohn Crispin2014-06-18
| | | | | | | | 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-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39754
* enable using soft-float regardless of having a fpuImre Kaloz2013-11-29
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38939
* move menuconfig options into separate filesImre Kaloz2013-11-22
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38895
* toolchain: do not build GDB when using an external toolchainFlorian Fainelli2013-05-30
| | | | | | | | 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-18
| | | | SVN-Revision: 36360
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-17
| | | | | | | | 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-05
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36206
* toolchain: allow choosing the MIPS64 user-land ABIFlorian Fainelli2013-04-05
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36205
* buildroot: allow specifying libc personality for external toolchainsJo-Philipp Wich2013-02-20
| | | | SVN-Revision: 35703
* add preliminary support for muslFlorian Fainelli2012-11-23
| | | | | | | | 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-28
| | | | SVN-Revision: 32518
* purge support for glibc - use eglibc instead!Mirko Vogt2012-04-28
| | | | | | 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-10
| | | | | | without failing avr32 builds SVN-Revision: 31249
* introduce a USE_EXTERNAL_LIBC symbol which gets selected by ↵Jo-Philipp Wich2012-01-08
| | | | | | 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-11
| | | | SVN-Revision: 26034
* simplify TARGET_SUFFIX selectionImre Kaloz2011-03-11
| | | | SVN-Revision: 26033
* toolchain: fix r26004Felix Fietkau2011-03-10
| | | | SVN-Revision: 26006
* toolchain: fix r25969Alexandros C. Couloumbis2011-03-10
| | | | SVN-Revision: 26004
* fix target name mixup caused by r25928Felix Fietkau2011-03-09
| | | | SVN-Revision: 25969
* only support EABI on ARM targetsImre Kaloz2011-03-07
| | | | SVN-Revision: 25928
* We use different toolchain directories for different ARM archs, so we should ↵Imre Kaloz2011-02-25
| | | | | | | | | | 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-30
| | | | SVN-Revision: 24859
* add plemininary ultrasparc supportImre Kaloz2010-12-14
| | | | SVN-Revision: 24558
* move EABI config option out of GCCNicolas Thill2009-09-26
| | | | SVN-Revision: 17753
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-23
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* add comments & fix descriptions in toolchain config itemsNicolas Thill2009-09-10
| | | | SVN-Revision: 17561
* prepare for upcoming external toolchain support: move config items not ↵Nicolas Thill2009-09-10
| | | | | | strictly toolchain related out of the toolchain submenu SVN-Revision: 17560
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-18
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-18
| | | | | | | | | | | 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-26
| | | | SVN-Revision: 17019
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-16
| | | | | | | | | | | | | | | | 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-07
| | | | | | none, strip & sstrip) SVN-Revision: 16728
* enable software floating point emulation by default for mips and mipsel targetsFlorian Fainelli2009-06-28
| | | | SVN-Revision: 16604
* Added defaults for extra target architecture for ps3Hamish Guthrie2009-03-16
| | | | SVN-Revision: 14897
* move cflags default setting to target makefilesFelix Fietkau2009-03-14
| | | | SVN-Revision: 14866
* use different optimizations for x86 & x86_64 on umlNicolas Thill2009-01-11
| | | | SVN-Revision: 13984
* fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI ↵Nicolas Thill2009-01-10
| | | | | | (closes: #4437) SVN-Revision: 13962
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-08
| | | | | | (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