Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move EABI config option out of GCC | Nicolas Thill | 2009-09-26 | 1 | -0/+9 |
| | | | | SVN-Revision: 17753 | ||||
* | add external toolchain support, enhance native toolchain support (special ↵ | Nicolas Thill | 2009-09-23 | 1 | -6/+82 |
| | | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682 | ||||
* | add comments & fix descriptions in toolchain config items | Nicolas Thill | 2009-09-10 | 1 | -2/+15 |
| | | | | SVN-Revision: 17561 | ||||
* | prepare for upcoming external toolchain support: move config items not ↵ | Nicolas Thill | 2009-09-10 | 1 | -34/+0 |
| | | | | | | strictly toolchain related out of the toolchain submenu SVN-Revision: 17560 | ||||
* | pxcab: Replace TARGET_pxcab with feature powerpc64 | Geoff Levand | 2009-08-18 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307 | ||||
* | powerpc: Create a powerpc64 config feature | Geoff Levand | 2009-08-18 | 1 | -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 Fainelli | 2009-07-26 | 1 | -0/+8 |
| | | | | SVN-Revision: 17019 | ||||
* | This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵ | Florian Fainelli | 2009-07-16 | 1 | -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 Thill | 2009-07-07 | 1 | -2/+0 |
| | | | | | | none, strip & sstrip) SVN-Revision: 16728 | ||||
* | enable software floating point emulation by default for mips and mipsel targets | Florian Fainelli | 2009-06-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 16604 | ||||
* | Added defaults for extra target architecture for ps3 | Hamish Guthrie | 2009-03-16 | 1 | -0/+3 |
| | | | | SVN-Revision: 14897 | ||||
* | move cflags default setting to target makefiles | Felix Fietkau | 2009-03-14 | 1 | -10/+1 |
| | | | | SVN-Revision: 14866 | ||||
* | use different optimizations for x86 & x86_64 on uml | Nicolas Thill | 2009-01-11 | 1 | -1/+3 |
| | | | | SVN-Revision: 13984 | ||||
* | fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI ↵ | Nicolas Thill | 2009-01-10 | 1 | -1/+1 |
| | | | | | | (closes: #4437) SVN-Revision: 13962 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 1 | -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 Fietkau | 2008-07-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 12046 | ||||
* | surprise :p | Gabor Juhos | 2008-07-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 11894 | ||||
* | add preliminary Marvell Orion support | Imre Kaloz | 2008-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11352 | ||||
* | soft-float shouldn't be used on targets with FPU | Imre Kaloz | 2008-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 11338 | ||||
* | add preliminary support for Storm SL3512 based devices, not ready yet | Imre Kaloz | 2008-04-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 10956 | ||||
* | PXA has Xscale core as well, so optimize the same way as we do on IXP/IOP | Imre Kaloz | 2008-04-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 10948 | ||||
* | do target dependent optimizations | Imre Kaloz | 2008-04-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 10834 | ||||
* | provide a cleaner way to specify a biarch toolchain build | Jeremy Kerr | 2008-04-12 | 1 | -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 Fietkau | 2008-02-14 | 1 | -1/+1 |
| | | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458 | ||||
* | add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵ | Ralph Hempel | 2008-01-27 | 1 | -0/+2 |
| | | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version SVN-Revision: 10282 | ||||
* | uClibc: restore support of shadow passwords, but make it configurable | Gabor Juhos | 2008-01-26 | 1 | -0/+7 |
| | | | | SVN-Revision: 10276 | ||||
* | unconditionally enable c99 math support in uclibc - many packages need it | Felix Fietkau | 2007-12-29 | 1 | -7/+0 |
| | | | | SVN-Revision: 10024 | ||||
* | use softfloat and GNU EABI on the IOP, too | Imre Kaloz | 2007-12-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10015 | ||||
* | move ARM to the GNU EABI | Imre Kaloz | 2007-12-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10013 | ||||
* | use soft float by default on arm and powerpc | Imre Kaloz | 2007-12-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10011 | ||||
* | softfloat should be available on armeb, but not on mips until the kernel fpu ↵ | Imre Kaloz | 2007-12-26 | 1 | -1/+1 |
| | | | | | | emulation can be disabled SVN-Revision: 9930 | ||||
* | Update CFLAGS pickup to match the target variable name, allow i686 to be ↵ | Florian Fainelli | 2007-10-26 | 1 | -2/+3 |
| | | | | | | optimised SVN-Revision: 9451 | ||||
* | fix cflags for xscale (#2026) | Felix Fietkau | 2007-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 7910 | ||||
* | Use -Os for rdc and -O2 for the x86 target | Florian Fainelli | 2007-07-01 | 1 | -1/+2 |
| | | | | SVN-Revision: 7831 | ||||
* | add initial support for the crisarchitecture used on foxboards to openwrt | John Crispin | 2007-06-02 | 1 | -1/+0 |
| | | | | SVN-Revision: 7439 | ||||
* | switch to -O2 on x86 for performance reasons | Felix Fietkau | 2006-12-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 5694 | ||||
* | add a configuration option to enable full c99 math in libm. this is needed ↵ | Tim Yardley | 2006-10-26 | 1 | -1/+8 |
| | | | | | | for functions like floorf (which happens to be used in postgresql server as an example) SVN-Revision: 5302 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+54 |