From 728b4106570a7ab4e6a91321cfccb863c2476cb2 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 3 Jun 2015 09:57:39 -0700 Subject: gcc: Remove --enable-c99 This option is old. GCC 4.3.x old. It isn't supported anymore, and just confuses me. I'm not planning to support 4.3.x, or really anything older then 4.7. So this option is gone to the wind. Signed-off-by: Bryan Hundven Acked-by: "Yann E. MORIN" --- scripts/build/cc/100-gcc.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/build/cc') diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh index f6ea34ea..56b6e21d 100644 --- a/scripts/build/cc/100-gcc.sh +++ b/scripts/build/cc/100-gcc.sh @@ -859,7 +859,6 @@ do_gcc_backend() { ${CC_SYSROOT_ARG} \ "${extra_config[@]}" \ --with-local-prefix="${CT_SYSROOT_DIR}" \ - --enable-c99 \ --enable-long-long \ "${CT_CC_GCC_EXTRA_CONFIG_ARRAY[@]}" -- cgit v1.2.3