aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* add a config option to select the binary stripping method to use (between ↵Nicolas Thill2009-07-071-2/+0
| | | | | | none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] enable software floating point emulation by default for mips and ↵Florian Fainelli2009-06-281-1/+1
| | | | | | mipsel targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added defaults for extra target architecture for ps3Hamish Guthrie2009-03-161-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move cflags default setting to target makefilesFelix Fietkau2009-03-141-10/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use different optimizations for x86 & x86_64 on umlNicolas Thill2009-01-111-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI ↵Nicolas Thill2009-01-101-1/+1
| | | | | | (closes: #4437) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [massive] add support for alternative C libraries (currently only glibc/eglibc)Nicolas Thill2009-01-081-1/+52
| | | | | | | | | | | other (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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* storm is ARMv4, not ARMv4T (thx, SeG)Felix Fietkau2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* surprise :pGabor Juhos2008-07-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary Marvell Orion supportImre Kaloz2008-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* soft-float shouldn't be used on targets with FPUImre Kaloz2008-06-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetImre Kaloz2008-04-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PXA has Xscale core as well, so optimize the same way as we do on IXP/IOPImre Kaloz2008-04-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationsImre Kaloz2008-04-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵Ralph Hempel2008-01-271-0/+2
| | | | | | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: restore support of shadow passwords, but make it ↵Gabor Juhos2008-01-261-0/+7
| | | | | | configurable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unconditionally enable c99 math support in uclibc - many packages need itFelix Fietkau2007-12-291-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use softfloat and GNU EABI on the IOP, tooImre Kaloz2007-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ARM to the GNU EABIImre Kaloz2007-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use soft float by default on arm and powerpcImre Kaloz2007-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* softfloat should be available on armeb, but not on mips until the kernel fpu ↵Imre Kaloz2007-12-261-1/+1
| | | | | | emulation can be disabled git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update CFLAGS pickup to match the target variable name, allow i686 to be ↵Florian Fainelli2007-10-261-2/+3
| | | | | | optimised git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cflags for xscale (#2026)Felix Fietkau2007-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use -Os for rdc and -O2 for the x86 targetFlorian Fainelli2007-07-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial support for the crisarchitecture used on foxboards to openwrtJohn Crispin2007-06-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch to -O2 on x86 for performance reasonsFelix Fietkau2006-12-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a configuration option to enable full c99 math in libm. this is needed ↵Tim Yardley2006-10-261-1/+8
| | | | | | for functions like floorf (which happens to be used in postgresql server as an example) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unused multilib optionFelix Fietkau2006-10-091-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove -mcpu=405 for magicbox, because it enables soft-float, which makes ↵Felix Fietkau2006-09-051-1/+0
| | | | | | binaries bigger and broken git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set -mcpu=405 in the default cflags for magicboxFelix Fietkau2006-08-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add secret option to use host's toolchain when native compilingMike Baker2006-08-101-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add XScale support to -ngImre Kaloz2006-08-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix menuconfig developer options structureFelix Fietkau2006-06-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup; replace .PHONY with FORCE; disable gdb by defaultFelix Fietkau2006-05-311-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* menuconfig cleanupFelix Fietkau2006-04-201-13/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cflagsMike Baker2006-01-131-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add -funit-at-a-time in trunk/ as wellFelix Fietkau2005-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-171-1/+0
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-051-34/+7
| | | | | | make menuconfig DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nbd's makefile/menuconfig rewriteMike Baker2005-03-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added -mips2 for optimization, request by nicoWaldemar Brodkorb2005-02-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* largefs default, needed for precompiled openssh-packagesWaldemar Brodkorb2005-02-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove gdb for nowMike Baker2005-01-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update defaultsMike Baker2005-01-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Initial revisionMike Baker2005-01-161-0/+57
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@197 3c298f89-4303-0410-b956-a3cf2f4a3e73