diff options
author | Richard Guenther <rguenther@suse.de> | 2010-09-24 11:59:12 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-09-24 11:59:12 +0000 |
commit | de6ba7aee152a0c20572bf6250426862c5caf323 (patch) | |
tree | 9f8c601e37da8aa5bdf61697105df09cd6ab8620 /gcc/configure | |
parent | 662592e1bac8b26f51e4b3c3e694b7d909487d3b (diff) | |
download | gcc-de6ba7aee152a0c20572bf6250426862c5caf323.zip gcc-de6ba7aee152a0c20572bf6250426862c5caf323.tar.gz gcc-de6ba7aee152a0c20572bf6250426862c5caf323.tar.bz2 |
Makefile.in (OBJS-onestep): Remove.
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.
From-SVN: r164590
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 7686c43..c392323 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 |