fix asterisk build with latest speex version
[openwrt.git] / openwrt / toolchain / gcc / Config.in
index 7d70d06..e618bc6 100644 (file)
@@ -6,6 +6,11 @@ if CONFIG_DEVEL
        comment "Gcc Options"
 endif
 
+
+config BR2_GCC_3_4
+       bool
+       default n
+
 choice
        prompt "GCC compiler Version" if CONFIG_DEVEL
        default BR2_GCC_VERSION_3_3_5
@@ -23,15 +28,19 @@ choice
 
        config BR2_GCC_VERSION_3_4_0
                bool "gcc 3.4.0"
+               select BR2_GCC_3_4
 
        config BR2_GCC_VERSION_3_4_1
                bool "gcc 3.4.1"
+               select BR2_GCC_3_4
 
        config BR2_GCC_VERSION_3_4_2
                bool "gcc 3.4.2"
+               select BR2_GCC_3_4
 
        config BR2_GCC_VERSION_3_4_3
                bool "gcc 3.4.3"
+               select BR2_GCC_3_4
 
 endchoice
 
@@ -48,7 +57,8 @@ config BR2_GCC_VERSION
 
 config BR2_GCC_USE_SJLJ_EXCEPTIONS
        string
-       default "--enable-sjlj-exceptions"
+#      default "--enable-sjlj-exceptions"
+       default ""
        help
            Currently the unwind stuff seems to work for staticly linked apps
            but not dynamic.  So use setjmp/longjmp exceptions by default.
@@ -63,7 +73,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
 config BR2_INSTALL_LIBSTDCPP
        bool
        prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
-       default n
+       default y
        help
            Build/install c++ compiler and libstdc++?
 
This page took 0.023386 seconds and 4 git commands to generate.