From b1eb1a89bff99e79d3260170413fcecd2d61ec47 Mon Sep 17 00:00:00 2001
From: aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 20 Feb 2003 02:09:45 +0000
Subject: [PATCH] * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63150 138bc75d-0d04-0410-961f-82ee72b054a4
---
 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
-- 
GitLab