diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:50:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:50:56 +0000 |
commit | dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5 (patch) | |
tree | a7e7e73fc98365652cd3bfde8b5356c01f85aa84 /opcodes/aclocal.m4 | |
parent | a022216bd40c3401b7004bc53e763d8bc904a516 (diff) | |
download | gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.zip gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.tar.gz gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.tar.bz2 |
Minor formatting fixes
Diffstat (limited to 'opcodes/aclocal.m4')
-rw-r--r-- | opcodes/aclocal.m4 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4 index 7ba1f4e..b3f726d 100644 --- a/opcodes/aclocal.m4 +++ b/opcodes/aclocal.m4 @@ -118,7 +118,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 @@ -150,11 +150,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" @@ -173,7 +168,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 @@ -440,7 +435,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 ;; |