use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1
SVN-Revision: 5706
This commit is contained in:
parent
75e5315f5f
commit
f5d49b3bd5
1 changed files with 4 additions and 1 deletions
|
@ -12,8 +12,11 @@ config GCC_VERSION
|
||||||
default "3.4.6"
|
default "3.4.6"
|
||||||
|
|
||||||
if !TOOLCHAINOPTS
|
if !TOOLCHAINOPTS
|
||||||
|
config GCC_VERSION_4_2
|
||||||
|
default y if LINUX_2_6_X86
|
||||||
|
|
||||||
config GCC_VERSION_4_1_1
|
config GCC_VERSION_4_1_1
|
||||||
default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
|
default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue