summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-06-03 16:57:39 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-06-03 19:26:10 (GMT)
commit728b4106570a7ab4e6a91321cfccb863c2476cb2 (patch)
tree788d46c9347d386bca3c0d3b01e1fbc66c7b5906 /scripts
parent542f126b5bbf1e8e79af79ea80f31e548ec6c283 (diff)
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 <bryanhundven@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/cc/100-gcc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh
index f6ea34e..56b6e21 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[@]}"