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>
This commit is contained in:
Bryan Hundven 2015-06-03 09:57:39 -07:00
parent 542f126b5b
commit 728b410657

View File

@ -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[@]}"