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