OSDN Git Service

* Makefile.in (local-distclean): Also remove fastjar.
[pf3gnuchains/gcc-fork.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@