In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back.
[librecmc/librecmc.git] / toolchain / gcc / Config.in
index 75d388dc65353179550ed7e2a1936147b7c21fd7..24885d49861805a940d7c04ad7bb7a47dae3c1f1 100644 (file)
@@ -9,6 +9,7 @@ choice
 
        config GCC_VERSION_4_4_6
                bool "gcc 4.4.6"
+               depends (avr32 || ubicom32)
 
        config GCC_VERSION_4_6_1
                bool "gcc 4.6.1"
@@ -49,7 +50,6 @@ config SSP_SUPPORT
 
 config TLS_SUPPORT
        bool
-       depends UCLIBC_VERSION_NPTL
        prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
        default n
        help