mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-03 00:34:21 +08:00
faa7e81482
* libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking. From-SVN: r40089
17 lines
501 B
RPMSpec
17 lines
501 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@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions
|
|
|
|
#
|
|
# 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@
|