aboutsummaryrefslogtreecommitdiff
path: root/gas/aclocal.m4
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-31 22:08:14 +0000
committerNick Clifton <nickc@redhat.com>2000-07-31 22:08:14 +0000
commit28e7409f622ad4dd0ec4146b485ae64ffe691b7e (patch)
tree0895805ebb9846e118082a97824ff7d480dad494 /gas/aclocal.m4
parent9aa1e687a21389d01f11ddc602b28e6bd59a18d3 (diff)
downloadgdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.zip
gdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.tar.gz
gdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.tar.bz2
Add --pcrel option to m68k port
Diffstat (limited to 'gas/aclocal.m4')
-rw-r--r--gas/aclocal.m411
1 files changed, 3 insertions, 8 deletions
diff --git a/gas/aclocal.m4 b/gas/aclocal.m4
index 4b4ca84..2ae06cf 100644
--- a/gas/aclocal.m4
+++ b/gas/aclocal.m4
@@ -173,7 +173,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
@@ -205,11 +205,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"
@@ -228,7 +223,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
@@ -495,7 +490,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
;;