mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 13:39:38 +08:00
e529c2c1c3
2001-04-30 Andrew Haley <aph@cambridge.redhat.com> * libgcj.spec.in (jc1): Add EXCEPTIONSPEC. * configure.host (EXCEPTIONSPEC): New. * configure.in (EXCEPTIONSPEC): New. * configure: Rebuilt. From-SVN: r41733
17 lines
474 B
RPMSpec
17 lines
474 B
RPMSpec
#
|
|
# 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@
|