Commit d05972d2 by Alexandre Oliva Committed by Alexandre Oliva

* libgcj.spec.in, libgcj-test.spec.in: Revert for now.

From-SVN: r51659
parent ba2b7435
2002-03-31 Alexandre Oliva <aoliva@redhat.com> 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
* libgcj.spec.in, libgcj-test.spec.in: Revert for now.
* libgcj.spec.in: Override libgcc, not lib. * libgcj.spec.in: Override libgcc, not lib.
* libgcj-test.spec.in: Likewise. * libgcj-test.spec.in: Likewise.
......
...@@ -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 libgcc libgccorig2 %rename lib liborig2
*libgcc: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(libgccorig2) *lib: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(liborig2)
...@@ -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 libgcc libgccorig %rename lib liborig
*libgcc: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgccorig) *lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
*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