mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix potential inconsistencies in toolchain selection on linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18097 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d3a82c4c7e
commit
62d2c88da8
@ -18,7 +18,9 @@ config GCC_VERSION_3
|
||||
config GCC_VERSION_3_4
|
||||
bool
|
||||
default y if GCC_VERSION_3_4_6
|
||||
|
||||
|
||||
if !LINUX_2_4
|
||||
|
||||
config GCC_VERSION_4
|
||||
bool
|
||||
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_1
|
||||
|
||||
endif
|
||||
|
||||
if !TOOLCHAINOPTS
|
||||
config GCC_VERSION_3_4_6
|
||||
default y if LINUX_2_4
|
||||
|
||||
if !LINUX_2_4
|
||||
config GCC_VERSION_4_2_4
|
||||
default y if TARGET_avr32
|
||||
default y if TARGET_ppc40x
|
||||
@ -70,3 +75,4 @@ if !TOOLCHAINOPTS
|
||||
config GCC_VERSION_4_4_1
|
||||
default y if TARGET_octeon
|
||||
endif
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user