diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
| commit | 0b324007fd92fc4b62a40088b7d49fa3ee743a1c (patch) | |
| tree | 66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/configure.host | |
| parent | 4e11cb6534c31d4902cd189a9d220865d616d301 (diff) | |
| download | ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.tar.gz ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.zip | |
sjlj jumbo patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
| -rw-r--r-- | libjava/configure.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index d54d8be64dc..05afbc749e4 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -23,6 +23,7 @@ libgcj_flags= libgcj_cflags= libgcj_cxxflags= libgcj_javaflags= +libgcj_sjlj= case "${target_optspace}:${host}" in yes:*) @@ -59,7 +60,10 @@ case "${host}" in libgcj_flags="${libgcj_flags} -ffloat-store" DIVIDESPEC=-fno-use-divide-subroutine ;; + sparc-*) + ;; *) + libgcj_sjlj=yes ;; esac |

