* system.h (malloc, realloc, calloc, strdup, bzero, bcmp, rindex):
[official-gcc.git] / libjava / libgcj.spec.in
blob694418eb3733c8f8d7fb65a5790ece93f19301bb
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@ %(libgcc) %(liborig)
9 *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions
12 # On some systems we force in a data_start symbol so that the GC will work
13 # with shared libraries.
15 %rename startfile startfileorig
16 *startfile: %(startfileorig) @LIBDATASTARTSPEC@