Skip to content
Snippets Groups Projects
Commit d05972d2 authored by Alexandre Oliva's avatar Alexandre Oliva Committed by Alexandre Oliva
Browse files

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

From-SVN: r51659
parent ba2b7435
No related branches found
No related tags found
No related merge requests found
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-test.spec.in: Likewise.
......
......@@ -2,6 +2,6 @@
# This spec file is read by gcj when linking.
# It is only used by the testing harnesses (in libjava and gdb).
#
%rename libgcc libgccorig2
*libgcc: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(libgccorig2)
%rename lib liborig2
*lib: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(liborig2)
......@@ -3,7 +3,7 @@
# It is used to specify the standard libraries we need in order
# to link with libgcj.
#
%rename libgcc libgccorig
*libgcc: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgccorig)
%rename lib liborig
*lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment