Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/; xtensa support | Maxim Grigoriev | 2009-07-24 | 1 | -0/+35 |
| | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/Config.in.arch: fix BR2_ARCH for i386 geode variant | Pwalters | 2009-06-15 | 1 | -0/+1 |
| | | | | | Signed-off-by: PWalters <pwalters21@cox.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t | Alex Dobrynin | 2009-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Closes #367. arm926t was wrongly listed as armv4t, and not armv5te - leading to the following error while compiling the kernel (2.6.28): CC arch/arm/kernel/traps.o {standard input}: Assembler messages: {standard input}:1094: Error: selected processor does not support `pld [r6,#0]' Signed-off-by: Alex Dobrynin <alex_dobrynin@hotmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | unmark the sparc targets as broken, they build if you disable shared libgcc | austinf | 2009-04-15 | 1 | -2/+0 |
| | |||||
* | target/Config.in.arch: really provide correct --with-arch= for ARM targets | Peter Korsgaard | 2009-03-30 | 1 | -13/+13 |
| | | | | The ARM arch names are armVx, not armX | ||||
* | target/Config.in.arch: provide correct gcc --with-arch= for ARM targets | Peter Korsgaard | 2009-03-30 | 1 | -0/+14 |
| | | | | | Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def. Should fix EABI issues as recently reported to the list. | ||||
* | target/Config.in.arch: fix ARM abi setting | Peter Korsgaard | 2009-01-30 | 1 | -3/+2 |
| | | | | Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree. | ||||
* | buildroot: mark alpha as broken | Peter Korsgaard | 2009-01-13 | 1 | -0/+1 |
| | | | | It still doesn't build with threading + shared libs disabled | ||||
* | buildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken | Peter Korsgaard | 2009-01-12 | 1 | -1/+5 |
| | | | | | No sense in showing the architecture options when they cannot even build the toolchain. | ||||
* | buildroot: get rid of s390 support | Peter Korsgaard | 2009-01-12 | 1 | -33/+0 |
| | | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it. | ||||
* | * Added "generic" option to x86_64 target | Nigel Kukard | 2009-01-01 | 1 | -1/+5 |
| | | | | - Default to generic and not core2 | ||||
* | Remove AVR32 target variants, the current entries refers to CHIPS which have ↵ | Ulf Samuelsson | 2008-12-17 | 1 | -12/+0 |
| | | | | the same CPU core, CHIP variant is defined elsewhere | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -19/+19 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | toolchain: fix mips abi selection | Peter Korsgaard | 2008-05-12 | 1 | -10/+27 |
| | | | | Based on commit 0e2ab in aldot's tree. | ||||
* | buildroot: fix missing ARCH for some x86 variants | Peter Korsgaard | 2008-03-11 | 1 | -0/+5 |
| | | | | Patch by Nigel Kukard. | ||||
* | Ensure AVR32 FPU config is always correct | Ulf Samuelsson | 2007-10-23 | 1 | -0/+2 |
| | |||||
* | - default to mips I for mipsel and mips III for mips | Bernhard Reutner-Fischer | 2007-10-02 | 1 | -1/+5 |
| | | | | - suggest some target flags for abi64 | ||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -20/+20 |
| | |||||
* | - better use commonly used digits in ISA config | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -4/+4 |
| | |||||
* | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -5/+46 |
| | | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | ||||
* | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -0/+658 |
Adjust some accordingly |