diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 11:59:12 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 11:59:12 +0000 |
commit | 665488684c79178ebed91229f7637541361b5368 (patch) | |
tree | 9f8c601e37da8aa5bdf61697105df09cd6ab8620 /gcc/configure | |
parent | 2b93e4783521f0a67070e50eaf2fc29aa859081b (diff) | |
download | gcc-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')
-rwxr-xr-x | gcc/configure | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/gcc/configure b/gcc/configure index 7686c435441..c392323c643 100755 --- a/gcc/configure +++ b/gcc/configure @@ -759,7 +759,6 @@ SET_MAKE REPORT_BUGS_TEXI REPORT_BUGS_TO PKGVERSION -onestep CONFIGURE_SPECS CROSS_SYSTEM_HEADER_DIR TARGET_SYSTEM_ROOT_DEFINE @@ -885,7 +884,6 @@ enable_shared with_build_sysroot with_sysroot with_specs -enable_intermodule with_pkgversion with_bugurl enable_languages @@ -1588,7 +1586,6 @@ Optional Features: --enable-objc-gc enable the use of Boehm's garbage collector with the GNU Objective-C runtime --disable-shared don't provide a shared libgcc - --enable-intermodule build the compiler in one step --enable-languages=LIST specify which front-ends to build --disable-rpath do not hardcode runtime library paths --enable-initfini-array use .init_array/.fini_array sections @@ -6886,19 +6883,6 @@ fi -# Build with intermodule optimisations -# Check whether --enable-intermodule was given. -if test "${enable_intermodule+set}" = set; then : - enableval=$enable_intermodule; case ${enable_intermodule} in - yes) onestep="-onestep";; - *) onestep="";; -esac -else - onestep="" -fi - - - # Check whether --with-pkgversion was given. @@ -17139,7 +17123,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17142 "configure" +#line 17126 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17245,7 +17229,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17248 "configure" +#line 17232 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |