mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
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:
parent
542f126b5b
commit
728b410657
@ -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[@]}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user