From: Peter O'Gorman Date: Fri, 7 Mar 2008 06:42:36 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Need to set LD. X-Git-Tag: v2.2.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04c7061f479728ee66fbc130dfa44698db6c625;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Need to set LD. Reported by Nelson H. F. Beebe. --- diff --git a/ChangeLog b/ChangeLog index 8a8693758..844a205d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-07 Peter O'Gorman + + * libltdl/m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Need to set LD. + Reported by Nelson H. F. Beebe. + 2008-03-06 Peter O'Gorman * libltdl/m4/libtool.m4 (_LT_PROG_FC): Undo commit - bad idea. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 6124c3ad3..44ffaf7e4 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -6815,6 +6815,7 @@ GCC=yes CC=${GCJ-"gcj"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in.