]> gcc.gnu.org Git - gcc.git/blob - libjava/libgcj.spec.in
001-01-07 Anthony Green <green@redhat.com>
[gcc.git] / libjava / libgcj.spec.in
1 #
2 # This spec file is read by gcj when linking.
3 # It is used to specify the standard libraries we need in order
4 # to link with libgcj.
5 #
6 %rename lib liborig
7 *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
8
9 *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions
10
11 #
12 # libgcc should really be a shared library. This is a design flaw
13 # that causes no end of mysterious problems. If we are using the
14 # GNU linker, force parts of libgcc into the program file rather
15 # than picking bits up from various shared libraries.
16 #
17 %rename startfile startfileorig
18 *startfile: %(startfileorig) @LIBDATASTARTSPEC@ @FORCELIBGCCSPEC@
This page took 0.036375 seconds and 5 git commands to generate.