From 4063ae699cca59c80254acc8e72682dbf8a64701 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 20 Feb 2003 02:09:45 +0000 Subject: [PATCH] libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltconfig b/ltconfig index bfd7688f79ae..44a5d698810a 100755 --- 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 -- 2.43.5