]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Need to set LD.
authorPeter O'Gorman <peter@pogma.com>
Fri, 7 Mar 2008 06:42:36 +0000 (06:42 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 7 Mar 2008 06:42:36 +0000 (06:42 +0000)
Reported by Nelson H. F. Beebe.

ChangeLog
libltdl/m4/libtool.m4

index 8a8693758959af4d7182d6d4d479d6bb69767562..844a205d209647fb6cf68a30f3c6a98567354404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-07  Peter O'Gorman  <peter@pogma.com>
+
+       * libltdl/m4/libtool.m4 (_LT_LANG_GCJ_CONFIG): Need to set LD.
+       Reported by Nelson H. F. Beebe.
+
 2008-03-06  Peter O'Gorman  <peter@pogma.com>
 
        * libltdl/m4/libtool.m4 (_LT_PROG_FC): Undo commit - bad idea. 
index 6124c3ad3a0bcbd1016b2a4fbb472b5a21bbcb6b..44ffaf7e4a6663f474d2ad6b22969fc07006b501 100644 (file)
@@ -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.