* glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
[deliverable/binutils-gdb.git] / configure.in
index 6cae156af92b5b5de3670a6443a7a9ac8e6ff94f..a80846703cebbda5e82fa0ca2c0cb670a6988225 100644 (file)
@@ -142,6 +142,7 @@ libgcj="target-libffi \
 # the host libraries and the host tools (which may be a cross compiler)
 #
 target_libraries="target-libiberty \
+               target-libgcc \
                target-libgloss \
                target-newlib \
                target-libstdc++-v3 \
@@ -2487,10 +2488,13 @@ fi])
 AC_SUBST(stage1_checking)
 
 # Enable -Werror in bootstrap stage2 and later.
-# Change the default to "no" on release branches.
 AC_ARG_ENABLE(werror,
 [  --enable-werror         enable -Werror in bootstrap stage2 and later], [],
-[enable_werror=yes])
+[if test -d gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
+  enable_werror=yes
+else
+  enable_werror=no
+fi])
 case ${enable_werror} in
   yes) stage2_werror_flag="--enable-werror-always" ;;
   *) stage2_werror_flag="" ;;
This page took 0.024083 seconds and 4 git commands to generate.