7013e7cda9
1999-12-19 Anthony Green <green@cygnus.com> * libgcjdata.c: New file. * libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile. * configure: Rebuilt. * configure.in (LIBDATASTARTSPEC): Force data with a known name into the program. * Makefile.in: Rebuilt. * Makefile.am: Build libgcjdata.a. * libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile. * configure: Rebuilt. * configure.in (FORCELIBGCCSPEC): Force important parts of libgcc into every program. From-SVN: r31027
19 lines
622 B
RPMSpec
19 lines
622 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@ %(liborig)
|
|
|
|
*jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@
|
|
|
|
#
|
|
# libgcc should really be a shared library. This is a design flaw
|
|
# that causes no end of mysterious problems. If we are using the
|
|
# GNU linker, force parts of libgcc into the program file rather
|
|
# than picking bits up from various shared libraries.
|
|
#
|
|
%rename startfile startfileorig
|
|
*startfile: %(startfileorig) @LIBDATASTARTSPEC@ @FORCELIBGCCSPEC@
|