diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-24 17:22:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-24 17:22:17 +0000 |
commit | 3eb6f68f1b6232e01afad13acda15e7a037d31ac (patch) | |
tree | 0305fc16f5284c7a867ec3e7aff540c412bfbdea /bfd/aclocal.m4 | |
parent | 811abf8092beb055e2d9c950782e4e92e1410307 (diff) | |
download | gdb-3eb6f68f1b6232e01afad13acda15e7a037d31ac.zip gdb-3eb6f68f1b6232e01afad13acda15e7a037d31ac.tar.gz gdb-3eb6f68f1b6232e01afad13acda15e7a037d31ac.tar.bz2 |
Regenerate auto-generated files
Diffstat (limited to 'bfd/aclocal.m4')
-rw-r--r-- | bfd/aclocal.m4 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index ca9d432..a53eda7 100644 --- a/bfd/aclocal.m4 +++ b/bfd/aclocal.m4 @@ -224,7 +224,7 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ +$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || AC_MSG_ERROR([libtool configure failed]) # Reload cache, that may have been modified by ltconfig @@ -256,11 +256,6 @@ AC_REQUIRE([AC_PROG_NM])dnl AC_REQUIRE([AC_PROG_LN_S])dnl dnl -case "$target" in -NONE) lt_target="$host" ;; -*) lt_target="$target" ;; -esac - # Check for any special flags to pass to ltconfig. libtool_flags="--cache-file=$cache_file" test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" @@ -279,7 +274,7 @@ test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" # Some flags need to be propagated to the compiler or linker for good # libtool support. -case "$lt_target" in +case "$host" in *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext @@ -546,7 +541,7 @@ AC_MSG_RESULT([$NM]) AC_DEFUN(AC_CHECK_LIBM, [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= -case "$lt_target" in +case "$host" in *-*-beos* | *-*-cygwin*) # These system don't have libm ;; |