diff options
-rw-r--r-- | toolchain/gcc/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 2963ffbe3..e1fb6fec3 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -3,7 +3,9 @@ GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION))) GCC_USE_SJLJ_EXCEPTIONS:=$(strip $(subst ",, $(BR2_GCC_USE_SJLJ_EXCEPTIONS))) #" TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION))) -#"" +#" +EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS))) +#" ifeq ($(BR2_SOFT_FLOAT),y) |