summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-24 11:59:12 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-24 11:59:12 +0000
commit665488684c79178ebed91229f7637541361b5368 (patch)
tree9f8c601e37da8aa5bdf61697105df09cd6ab8620 /gcc/configure.ac
parent2b93e4783521f0a67070e50eaf2fc29aa859081b (diff)
downloadgcc-665488684c79178ebed91229f7637541361b5368.tar.gz
2010-09-24 Richard Guenther <rguenther@suse.de>
* Makefile.in (OBJS-onestep): Remove. (ALL_HOST_BACKEND_OBJS): Remove libbackend.o. (libbackend.a): Remove onestep support. (libbackend.o): Remove. * configure.ac (--enable-intermodule): Remove. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 278cc4f7469..6ada451f2fe 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -754,16 +754,6 @@ AC_ARG_WITH(specs,
)
AC_SUBST(CONFIGURE_SPECS)
-# Build with intermodule optimisations
-AC_ARG_ENABLE(intermodule,
-[ --enable-intermodule build the compiler in one step],
-[case ${enable_intermodule} in
- yes) onestep="-onestep";;
- *) onestep="";;
-esac],
-[onestep=""])
-AC_SUBST(onestep)
-
ACX_PKGVERSION([GCC])
ACX_BUGURL([http://gcc.gnu.org/bugs.html])