]> gcc.gnu.org Git - gcc.git/commitdiff
libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 20 Feb 2003 02:09:45 +0000 (02:09 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 20 Feb 2003 02:09:45 +0000 (02:09 +0000)
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* ltconfig: Handle it.
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
auto-detecting it.

From-SVN: r63150

ltconfig

index bfd7688f79ae65da5f7484313736591e508b75dd..44a5d698810a1774119277d9935bb40958284c60 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -1190,7 +1190,7 @@ irix5* | irix6*)
     version_type=linux
   else
     version_type=irix
-  if
+  fi
   version_type=irix
   need_lib_prefix=no
   need_version=no
This page took 0.066019 seconds and 5 git commands to generate.