diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2001-02-05 05:46:16 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-02-05 05:46:16 +0000 |
commit | ca5b1ff89a993a91f7e5fbcc2e4e525f9334f15c (patch) | |
tree | 7a59ae9924c07e8d49fffaa39fde785e968d8a99 /libjava/libgcj.spec.in | |
parent | c4636dd18891a3e24592f399e79d8a4c0539dfc1 (diff) | |
download | gcc-ca5b1ff89a993a91f7e5fbcc2e4e525f9334f15c.tar.gz |
Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when compiling jvspec.c.
gcc/java:
* Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
of macros used when compiling jvspec.c.
* jvspec.c (lang_specific_driver): Link with the shared
libgcc by default.
libjava:
* libgcj.spec.in: Don't force static libgcc into the executable.
* configure.in (FORCELIBGCCSPEC): Removed.
From-SVN: r39449
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r-- | libjava/libgcj.spec.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in index ec026580f28..4df62fab697 100644 --- a/libjava/libgcj.spec.in +++ b/libjava/libgcj.spec.in @@ -9,10 +9,8 @@ *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ @JC1GCSPEC@ -fasynchronous-exceptions # -# 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. -# +# 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@ @FORCELIBGCCSPEC@ +*startfile: %(startfileorig) @LIBDATASTARTSPEC@ |