diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 13:03:47 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 13:03:47 +0000 |
commit | c8a82472546761788e3a4aa73d6bf5b71dd158d8 (patch) | |
tree | 270388993f0357f54dca1329bb39faa4b1f00861 /libjava/libgcj.spec.in | |
parent | 25398e410689f2e634fa57ea4f08d38403a7e436 (diff) | |
download | gcc-c8a82472546761788e3a4aa73d6bf5b71dd158d8.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_DEPENDENCIES): Include libgcj.spec.
* libgcj.spec.in: Don't use `+'. Instead, put old lib spec after
our libraries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r-- | libjava/libgcj.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in index fae8a6a2dc1..24ee578fb78 100644 --- a/libjava/libgcj.spec.in +++ b/libjava/libgcj.spec.in @@ -3,5 +3,5 @@ # It is used to specify the standard libraries we need in order # to link with libgcj. # -# We need a space after the `+' to placate gcc. -*lib: + -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ +%rename lib liborig +*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig) |