libgcj.spec.in: Override libgcc, not lib.
* libgcj.spec.in: Override libgcc, not lib. * libgcj-test.spec.in: Likewise. From-SVN: r51640
This commit is contained in:
parent
1a0a7539e5
commit
b56bc85a40
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* java/net/natPlainDatagramSocketImpl.cc (close): New function.
|
||||
|
@ -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 lib liborig2
|
||||
*lib: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(liborig2)
|
||||
%rename libgcc libgccorig2
|
||||
*libgcc: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(libgccorig2)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# It is used to specify the standard libraries we need in order
|
||||
# to link with libgcj.
|
||||
#
|
||||
%rename lib liborig
|
||||
*lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
|
||||
%rename libgcc libgccorig
|
||||
*libgcc: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgccorig)
|
||||
|
||||
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions
|
||||
|
Loading…
Reference in New Issue
Block a user