fix typo
[official-gcc.git] / libjava / libgcj.spec.in
blobe9c25481bfdf2a45f2cc72e9ca07d534e9006219
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.
6 %rename lib liborig
7 *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
9 *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ -fasynchronous-exceptions
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.
17 %rename startfile startfileorig
18 *startfile: %(startfileorig) @LIBDATASTARTSPEC@ @FORCELIBGCCSPEC@