mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 13:35:23 +08:00
5cb27a4697
2002-03-27 Anthony Green <green@redhat.com> * libgcj.spec.in: Add CHECKREFSPEC. * configure.in: Ditto. * configure.host: Ditto. Check references for xscale-elf. * configure: Rebuilt. From-SVN: r51457
10 lines
355 B
RPMSpec
10 lines
355 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 lib liborig
|
|
*lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
|
|
|
|
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ -fkeep-inline-functions
|