summaryrefslogtreecommitdiffstats
path: root/configs/kb9202_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-07-28 12:02:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-07-28 17:38:31 +0200
commit6d4a992e2b817cc14276c68e0321edaf66450cf3 (patch)
tree3f792b98d112ca4a58cfd0d653d6d65fd395b8bd /configs/kb9202_defconfig
parent13a10a095949e4304f19ea3d5a78b2f3ce2bd6b6 (diff)
downloadbuildroot-novena-6d4a992e2b817cc14276c68e0321edaf66450cf3.tar.gz
buildroot-novena-6d4a992e2b817cc14276c68e0321edaf66450cf3.zip
gcc: remove option on SJLJ exceptions
This is a very advanced option, and it seems, according to http://choices.cs.uiuc.edu/exceptions.pdf that SJLJ exceptions aren't really interesting. Users really interested by this can always use the BR2_EXTRA_GCC_CONFIG_OPTIONS is they want. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/kb9202_defconfig')
-rw-r--r--configs/kb9202_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
index 40c6d1820..1d0aa61b4 100644
--- a/configs/kb9202_defconfig
+++ b/configs/kb9202_defconfig
@@ -201,7 +201,6 @@ BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
BR2_GCC_VERSION="4.2.4"
BR2_TOOLCHAIN_SYSROOT=y
-# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
BR2_GCC_CROSS_CXX=y
# BR2_GCC_CROSS_FORTRAN is not set