diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-02-09 19:24:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-02-09 19:24:42 +0000 |
commit | a0323144817d7f468e6196af06fabfaae79869c3 (patch) | |
tree | a9e29534fe4149c52eddccf20734e4cff5d2998b /configure.ac | |
parent | 534d31192cc13e0a786f5357aed310770bcb1f58 (diff) | |
download | gdb-a0323144817d7f468e6196af06fabfaae79869c3.zip gdb-a0323144817d7f468e6196af06fabfaae79869c3.tar.gz gdb-a0323144817d7f468e6196af06fabfaae79869c3.tar.bz2 |
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Sync with GCC.
* Makefile.tpl: Sync with GCC.
* Makefile.in: Regenerate.
* configure: Regenerate.
* config/acx.m4: Sync with GCC.
* config/depstand.m4: Sync with GCC.
* config/tls.m4: Sync with GCC.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 87b47f8..61cc700 100644 --- a/configure.ac +++ b/configure.ac @@ -2325,9 +2325,6 @@ case "${target}" in FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys' fi ;; -esac - -case $target in mep*) FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary" ;; @@ -2600,7 +2597,7 @@ AC_SUBST(stage1_checking) # Enable -Werror in bootstrap stage2 and later. AC_ARG_ENABLE(werror, [ --enable-werror enable -Werror in bootstrap stage2 and later], [], -[if test -d gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then +[if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then enable_werror=yes else enable_werror=no |