libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking.

* libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static
	linking.

From-SVN: r40089
This commit is contained in:
Bryce McKinlay 2001-02-27 09:41:21 +00:00 committed by Bryce McKinlay
parent 3dacf79fc2
commit faa7e81482
2 changed files with 6 additions and 1 deletions

View 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.

View 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