aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-14 13:22:02 +0100
committerSam James <sam@gentoo.org>2024-08-22 03:40:43 +0100
commitd6a112afe7cd9ade0d06c3128d1f29b6454a7f5c (patch)
tree6fa95f84cc73582ae0f5651b438f311dcc42b127 /Makefile.in
parent6ea25c041964bf63014fcf7bb68fb1f5a0a4e123 (diff)
downloadgcc-d6a112afe7cd9ade0d06c3128d1f29b6454a7f5c.zip
gcc-d6a112afe7cd9ade0d06c3128d1f29b6454a7f5c.tar.gz
gcc-d6a112afe7cd9ade0d06c3128d1f29b6454a7f5c.tar.bz2
Makefile.tpl: drop leftover intermodule cruft
intermodule supported was dropped in r0-103106-gde6ba7aee152a0 with some remaining bits for Fortran removed in r14-1696-gecc96eb5d2a0e5. Remove some small leftovers. * Makefile.in: Regenerate. * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Remove --disable-intermodule.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 34c5550..a1a56bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -610,14 +610,11 @@ STAGEautofeedback_CONFIGURE_FLAGS = $(STAGE_CONFIGURE_FLAGS)
STAGE1_CFLAGS = @stage1_cflags@
STAGE1_CHECKING = @stage1_checking@
STAGE1_LANGUAGES = @stage1_languages@
-# * We force-disable intermodule optimizations, even if
-# --enable-intermodule was passed, since the installed compiler
-# probably can't handle them. Luckily, autoconf always respects
-# the last argument when conflicting --enable arguments are passed.
-# * Likewise, we force-disable coverage flags, since the installed
-# compiler probably has never heard of them.
+# * We force-disable coverage flags, since the installed compiler probably
+# has never heard of them. Luckily, autoconf always respects the last
+# argument when conflicting --enable arguments are passed.
# * We also disable -Wformat, since older GCCs don't understand newer %s.
-STAGE1_CONFIGURE_FLAGS = --disable-intermodule $(STAGE1_CHECKING) \
+STAGE1_CONFIGURE_FLAGS = $(STAGE1_CHECKING) \
--disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" \
--disable-build-format-warnings