mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 11:49:40 +08:00
b56bc85a40
* libgcj.spec.in: Override libgcc, not lib. * libgcj-test.spec.in: Likewise. From-SVN: r51640
10 lines
357 B
RPMSpec
10 lines
357 B
RPMSpec
#
|
|
# This spec file is read by gcj when linking.
|
|
# 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)
|
|
|
|
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions
|