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
|
2000-05-20 22:26:51 +02:00
|
|
|
*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
|
1999-07-21 17:11:56 +02:00
|
|
|
|
2000-04-28 18:11:56 +02:00
|
|
|
*jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ -fasynchronous-exceptions
|
1999-11-19 20:13:42 +01:00
|
|
|
|
1999-12-20 03:18:11 +01:00
|
|
|
#
|
|
|
|
# libgcc should really be a shared library. This is a design flaw
|
|
|
|
# that causes no end of mysterious problems. If we are using the
|
|
|
|
# GNU linker, force parts of libgcc into the program file rather
|
|
|
|
# than picking bits up from various shared libraries.
|
|
|
|
#
|
|
|
|
%rename startfile startfileorig
|
|
|
|
*startfile: %(startfileorig) @LIBDATASTARTSPEC@ @FORCELIBGCCSPEC@
|