Commit b56bc85a by Alexandre Oliva Committed by Alexandre Oliva

libgcj.spec.in: Override libgcc, not lib.

* libgcj.spec.in: Override libgcc, not lib.
* libgcj-test.spec.in: Likewise.

From-SVN: r51640
parent 1a0a7539
2002-03-31 Alexandre Oliva <aoliva@redhat.com>
* libgcj.spec.in: Override libgcc, not lib.
* libgcj-test.spec.in: Likewise.
2002-03-29 Tom Tromey <tromey@redhat.com> 2002-03-29 Tom Tromey <tromey@redhat.com>
* java/net/natPlainDatagramSocketImpl.cc (close): New function. * java/net/natPlainDatagramSocketImpl.cc (close): New function.
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
# This spec file is read by gcj when linking. # This spec file is read by gcj when linking.
# It is only used by the testing harnesses (in libjava and gdb). # It is only used by the testing harnesses (in libjava and gdb).
# #
%rename lib liborig2 %rename libgcc libgccorig2
*lib: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(liborig2) *libgcc: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(libgccorig2)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# It is used to specify the standard libraries we need in order # It is used to specify the standard libraries we need in order
# to link with libgcj. # to link with libgcj.
# #
%rename lib liborig %rename libgcc libgccorig
*lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig) *libgcc: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgccorig)
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions *jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment