libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking.
authorBryce McKinlay <bryce@albatross.co.nz>
Tue, 27 Feb 2001 09:41:21 +0000 (09:41 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 27 Feb 2001 09:41:21 +0000 (09:41 +0000)
* libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static
linking.

From-SVN: r40089

libjava/ChangeLog
libjava/libgcj.spec.in

index 0bf0ea9c756b9e24e764d96af003220df19ff0c6..b0f3031ba340e3dffc0aa67cabd06fae0089e254 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-27  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static
+       linking.
+
 2001-02-23  Per Bothner  <per@bothner.com>
 
        Change to sometimes include class name in ClassFormatError message.
index 4df62fab6974b0e5cc4f4fac9c3db9d6124eb2ce..694418eb3733c8f8d7fb65a5790ece93f19301bb 100644 (file)
@@ -4,7 +4,7 @@
 # to link with libgcj.
 #
 %rename lib liborig
-*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
+*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
 
 *jc1:  @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions