mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
fix potential inconsistencies in toolchain selection on linux 2.4
SVN-Revision: 18097
This commit is contained in:
parent
82fcc3bef3
commit
6c2b49cf23
@ -19,6 +19,8 @@ config GCC_VERSION_3_4
|
|||||||
bool
|
bool
|
||||||
default y if GCC_VERSION_3_4_6
|
default y if GCC_VERSION_3_4_6
|
||||||
|
|
||||||
|
if !LINUX_2_4
|
||||||
|
|
||||||
config GCC_VERSION_4
|
config GCC_VERSION_4
|
||||||
bool
|
bool
|
||||||
default y if GCC_VERSION_4_1
|
default y if GCC_VERSION_4_1
|
||||||
@ -46,10 +48,13 @@ config GCC_VERSION_4_4
|
|||||||
default y if GCC_VERSION_4_4_0
|
default y if GCC_VERSION_4_4_0
|
||||||
default y if GCC_VERSION_4_4_1
|
default y if GCC_VERSION_4_4_1
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
if !TOOLCHAINOPTS
|
if !TOOLCHAINOPTS
|
||||||
config GCC_VERSION_3_4_6
|
config GCC_VERSION_3_4_6
|
||||||
default y if LINUX_2_4
|
default y if LINUX_2_4
|
||||||
|
|
||||||
|
if !LINUX_2_4
|
||||||
config GCC_VERSION_4_2_4
|
config GCC_VERSION_4_2_4
|
||||||
default y if TARGET_avr32
|
default y if TARGET_avr32
|
||||||
default y if TARGET_ppc40x
|
default y if TARGET_ppc40x
|
||||||
@ -70,3 +75,4 @@ if !TOOLCHAINOPTS
|
|||||||
config GCC_VERSION_4_4_1
|
config GCC_VERSION_4_4_1
|
||||||
default y if TARGET_octeon
|
default y if TARGET_octeon
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user