summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure23
1 files changed, 5 insertions, 18 deletions
diff --git a/gcc/configure b/gcc/configure
index d9355dba12b..a97e6d79b76 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
@@ -21678,12 +21662,14 @@ else
gcc_cv_as_cfi_advance_working=no
fi
+
cat >>confdefs.h <<_ACEOF
#define HAVE_GAS_CFI_DIRECTIVE `if test $gcc_cv_as_cfi_directive = yes \
&& test $gcc_cv_as_cfi_advance_working = yes; then echo 1; else echo 0; fi`
_ACEOF
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi personality directive" >&5
$as_echo_n "checking assembler for cfi personality directive... " >&6; }
if test "${gcc_cv_as_cfi_personality_directive+set}" = set; then :
@@ -21765,6 +21751,7 @@ fi
$as_echo "$gcc_cv_as_cfi_sections_directive" >&6; }
+
cat >>confdefs.h <<_ACEOF
#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes;
then echo 1; else echo 0; fi`