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