11 lines
295 B
RPMSpec
11 lines
295 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 @INTERPSPEC@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig)
|
|
|
|
%rename cc1 cc1orig
|
|
*cc1: @DIVIDESPEC@ %(cc1orig)
|