Nigel Kukard
|
33b846773a
|
* Added "generic" option to x86_64 target
- Default to generic and not core2
|
2009-01-01 17:48:06 +00:00 |
|
Ulf Samuelsson
|
7591247d51
|
Remove AVR32 target variants, the current entries refers to CHIPS which have the same CPU core, CHIP variant is defined elsewhere
|
2008-12-17 09:28:33 +00:00 |
|
Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
a5ac61715b
|
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
|
2008-06-19 19:06:25 +00:00 |
|
Peter Korsgaard
|
7d77306f29
|
toolchain: fix mips abi selection
Based on commit 0e2ab in aldot's tree.
|
2008-05-12 12:43:57 +00:00 |
|
Peter Korsgaard
|
7791b4e80f
|
buildroot: fix missing ARCH for some x86 variants
Patch by Nigel Kukard.
|
2008-03-11 08:49:45 +00:00 |
|
Ulf Samuelsson
|
3536c2f919
|
Ensure AVR32 FPU config is always correct
|
2007-10-23 09:49:56 +00:00 |
|
Bernhard Reutner-Fischer
|
05195c3d00
|
- default to mips I for mipsel and mips III for mips
- suggest some target flags for abi64
|
2007-10-02 21:36:49 +00:00 |
|
Bernhard Reutner-Fischer
|
ca340986fe
|
- fix typo
|
2007-09-30 12:42:11 +00:00 |
|
Bernhard Reutner-Fischer
|
98175bd43d
|
- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)
|
2007-09-29 21:22:23 +00:00 |
|
Bernhard Reutner-Fischer
|
dce554081a
|
- better use commonly used digits in ISA config
|
2007-09-29 19:47:04 +00:00 |
|
Bernhard Reutner-Fischer
|
3de7a21bc7
|
- add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
|
2007-09-29 19:17:39 +00:00 |
|
Bernhard Reutner-Fischer
|
bb9e6a7d9e
|
- naming convention is Config.in resp. Config.in.foo
Adjust some accordingly
|
2007-09-28 21:54:36 +00:00 |
|