summaryrefslogtreecommitdiffstats
path: root/libjava/libgcj.spec.in
blob: 51092251d964d98056992223893a31718dc96824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# This spec file is read by gcj when linking.
# It is used to specify the standard libraries we need in order
# to link with libgcj.
#
%rename lib liborig
*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)

*jc1: @DIVIDESPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@

#
# On some systems we force in a data_start symbol so that the GC will work
# with shared libraries.
# 
%rename startfile startfileorig
*startfile: %(startfileorig) @LIBDATASTARTSPEC@
OpenPOWER on IntegriCloud