From 5fc395618b414295b0af97fab75e7772f16561ad Mon Sep 17 00:00:00 2001 From: KO Myung-Hun 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