From 6d4a992e2b817cc14276c68e0321edaf66450cf3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 28 Jul 2010 12:02:30 +0200 Subject: 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 --- configs/at91sam9260dfc_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/at91sam9260dfc_defconfig') diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index f1d63df2e..98d3401c3 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -267,7 +267,6 @@ BR2_GCC_SUPPORTS_SYSROOT=y BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y BR2_GCC_VERSION="4.3.2" 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 -- cgit v1.2.3