Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |