OSDN Git Service

5a21e7a699a28acf532c71f4e6fa73715ef1cea3
[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@ %(libgcc) %(liborig)
8
9 *jc1:  @DIVIDESPEC@ @JC1GCSPEC@
10
11 #
12 # On some systems we force in a data_start symbol so that the GC will work
13 # with shared libraries.
14
15 %rename startfile startfileorig
16 *startfile: %(startfileorig) @LIBDATASTARTSPEC@