-config BR2_GCC_USE_SJLJ_EXCEPTIONS
- string
-# 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.
+ config GCC_VERSION_4_0_2
+ bool "gcc 4.0.2"
+
+ config GCC_VERSION_4_0_3
+ bool "gcc 4.0.3"
+
+ config GCC_VERSION_4_1_0
+ bool "gcc 4.1.0"
+
+ config GCC_VERSION_4_1_1
+ bool "gcc 4.1.1"