toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
[openwrt.git] / toolchain / gcc / Config.in
index 556a569..e94bcc9 100644 (file)
@@ -25,7 +25,7 @@ endchoice
 config GCC_USE_GRAPHITE
        bool
        prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
-       depends GCC_VERSION_4_4 || GCC_VERSION_4_5 || GCC_VERSION_4_6
+       depends !GCC_VERSION_LLVM
 
 config GCC_USE_SYSTEM_PPL_CLOOG
        bool
@@ -49,7 +49,6 @@ config SSP_SUPPORT
 
 config TLS_SUPPORT
        bool
-       depends UCLIBC_VERSION_NPTL
        prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
        default n
        help
This page took 0.025409 seconds and 4 git commands to generate.