1999-05-11 08:11:09 -04: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.
|
|
|
|
#
|
1999-05-11 09:03:47 -04:00
|
|
|
%rename lib liborig
|
2000-05-20 16:26:51 -04:00
|
|
|
*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
|
1999-07-21 11:11:56 -04:00
|
|
|
|
2000-09-30 05:56:58 -04:00
|
|
|
*jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions
|
1999-11-19 14:13:42 -05:00
|
|
|
|
1999-12-19 21:18:11 -05:00
|
|
|
#
|
2001-02-05 00:46:16 -05:00
|
|
|
# On some systems we force in a data_start symbol so that the GC will work
|
|
|
|
# with shared libraries.
|
|
|
|
#
|
1999-12-19 21:18:11 -05:00
|
|
|
%rename startfile startfileorig
|
2001-02-05 00:46:16 -05:00
|
|
|
*startfile: %(startfileorig) @LIBDATASTARTSPEC@
|