]>
Commit | Line | Data |
---|---|---|
f994389b TT |
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 | # | |
81d4a072 | 6 | %rename lib liborig |
fa5b690a | 7 | *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig) |
d342a2e1 | 8 | |
bf3b8e42 | 9 | *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions |
3cf88fb4 | 10 | |
7013e7cd AG |
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@ |