Date:2010-08-18 13:04:45 (13 years 7 months ago)
Author:nico
Commit:7a57b60ffa7dd01a69fd4dc14b08dddb8516130b
Message:toolchain/gcc: remove remaining references to gcc-3.4.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: toolchain/gcc/Config.in (2 diffs)
toolchain/gcc/Config.version (2 diffs)

Change Details

toolchain/gcc/Config.in
8686
8787config SSP_SUPPORT
8888    bool
89    depends !GCC_VERSION_3_4_6
9089    prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
9190    default n
9291    help
...... 
9493
9594config TLS_SUPPORT
9695    bool
97    depends !GCC_VERSION_3_4_6 && UCLIBC_VERSION_NPTL
96    depends UCLIBC_VERSION_NPTL
9897    prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
9998    default n
10099    help
toolchain/gcc/Config.version
11config GCC_VERSION
22    string
3    default "3.4.6" if GCC_VERSION_3_4_6
43    default "4.1.2" if GCC_VERSION_4_1_2
54    default "4.2.4" if GCC_VERSION_4_2_4
65    default "4.3.3" if GCC_VERSION_4_3_3
...... 
1817    default "llvm" if GCC_VERSION_LLVM
1918    default "4.1.2"
2019
21config GCC_VERSION_3
22    bool
23    default y if GCC_VERSION_3_4_6
24
25config GCC_VERSION_3_4
26    bool
27    default y if GCC_VERSION_3_4_6
28
2920config GCC_VERSION_4
3021    bool
3122    default y if GCC_VERSION_4_1

Archive Download the corresponding diff file



interactive