1999-05-11 12:11:09 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2006-07-05 02:15:51 +00:00
|
|
|
%rename startfile startfileorig
|
|
|
|
*startfile: @THREADSTARTFILESPEC@ %(startfileorig)
|
|
|
|
|
2002-03-31 18:24:59 +00:00
|
|
|
%rename lib liborig
|
2011-02-04 05:51:57 +00:00
|
|
|
*lib: @LD_START_STATIC_SPEC@ @LIBGCJ_SPEC@ @LD_FINISH_STATIC_SPEC@ @LIBMATHSPEC@ @LDLIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) @LIBSTDCXXSPEC@ %(liborig)
|
1999-07-21 15:11:56 +00:00
|
|
|
|
2009-08-17 17:30:10 +00:00
|
|
|
*jc1: @HASH_SYNC_SPEC@ @DIVIDESPEC@ @CHECKREFSPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@ @BACKTRACESPEC@ @IEEESPEC@ @ATOMICSPEC@ @LIBGCJ_BC_SPEC@ -fkeep-inline-functions
|