gcc: add a config option for using the gcc graphite framework (disabled by default)
[openwrt.git] / toolchain / gcc / Config.in
index 6df2661..b19427b 100644 (file)
@@ -50,6 +50,11 @@ endif
 
 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_1 || GCC_VERSION_4_4_2
+
 config EXTRA_GCC_CONFIG_OPTIONS
        string
        prompt "Additional gcc configure options" if TOOLCHAINOPTS
This page took 0.022923 seconds and 4 git commands to generate.