projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc30201
)
Fix binutils Config for AVR32 (hopefully final version)
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 3 Jan 2009 16:24:14 +0000
(16:24 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 3 Jan 2009 16:24:14 +0000
(16:24 -0000)
toolchain/binutils/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Config.in
b/toolchain/binutils/Config.in
index 0ffaa658e6fc6ca81380204fbd94f012f1808c0c..804725cfbf893af344e7c61a1877ffc0a767253c 100644
(file)
--- a/
toolchain/binutils/Config.in
+++ b/
toolchain/binutils/Config.in
@@
-9,14
+9,10
@@
choice
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_17
- depends on !BR2_
avr32 && !BR2_
nios2
- depends on BR2_DEPRECATED
+ depends on !BR2_nios2
+ depends on BR2_DEPRECATED
|| (BR2_avr32 && BR2_EXT_BINUTILS_VERSION_2_17)
bool "binutils 2.17"
- config BR2_BINUTILS_VERSION_2_17
- depends on BR2_avr32
- depends on BR2_EXT_BINUTILS_VERSION_2_17
- bool "binutils 2.17"
config BR2_BINUTILS_VERSION_2_17_50_0_17
depends on !BR2_avr32 && !BR2_nios2