Hi/2.

I think, it's fine to set with_gnu_ld to yes on OS/2 because OS/2 ld was
modified from GNU ld.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0.11
Under OS/2 Warp 4 for Korean with FixPak #15
On Intel Core2Duo T5500 1.66 GHz with 2 GB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr

From 5fc395618b414295b0af97fab75e7772f16561ad Mon Sep 17 00:00:00 2001
From: KO Myung-Hun <k...@chollian.net>
Date: Sat, 15 Jan 2011 18:05:13 +0900
Subject: [PATCH 05/10] OS/2 uses ld inherited from GNU ld

---
 libltdl/m4/libtool.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 3e5ca75..dd3febf 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -4636,6 +4636,9 @@ dnl Note also adjust exclude_expsyms for C++ above.
       with_gnu_ld=no
     fi
     ;;
+  os2*)
+    with_gnu_ld=yes
+    ;;
   interix*)
     # we just hope/assume this is gcc and not c89 (= MSVC++)
     with_gnu_ld=yes
-- 
1.7.3.2

Reply via email to