projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c32ba
)
toolchain/gcc: mark old versions as deprecated
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Jun 2008 19:05:59 +0000
(19:05 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 19 Jun 2008 19:05:59 +0000
(19:05 -0000)
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index bf9c310be62fc8231106d24e2284665ddfe66bcd..dde7b7b738f950b4a3ca20abddcdc6400696405c 100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-11,6
+11,7
@@
choice
config BR2_GCC_VERSION_3_4_6
depends on !BR2_avr32
+ depends on BR2_DEPRECATED
bool "gcc 3.4.6"
config BR2_GCC_VERSION_4_0_4
@@
-30,6
+31,7
@@
choice
config BR2_GCC_VERSION_4_2_3
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED
bool "gcc 4.2.3"
config BR2_GCC_VERSION_4_2_4