diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2001-02-27 09:41:21 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-02-27 09:41:21 +0000 |
commit | faa7e81482c1e4127ef3bf6d36e6e10f27f27ed4 (patch) | |
tree | 18a75c0de25b1e49b851834f08597c499cab25a5 | |
parent | 3dacf79fc23b5d45d90f021c6cd2a6a82d6455ea (diff) | |
download | gcc-faa7e81482c1e4127ef3bf6d36e6e10f27f27ed4.zip gcc-faa7e81482c1e4127ef3bf6d36e6e10f27f27ed4.tar.gz gcc-faa7e81482c1e4127ef3bf6d36e6e10f27f27ed4.tar.bz2 |
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
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/libgcj.spec.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0bf0ea9..b0f3031 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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. diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in index 4df62fa..694418e 100644 --- a/libjava/libgcj.spec.in +++ b/libjava/libgcj.spec.in @@ -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 |