diff options
author | Jeff Sturm <jeff.sturm@commerceone.com> | 2001-02-05 05:49:44 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-02-05 05:49:44 +0000 |
commit | c5f9277c56b21c523cec1936d449ddb09a6715c5 (patch) | |
tree | 900aa914318a9a30b4afcf5731d4bccc80c6f9e4 /libjava/configure.host | |
parent | ca5b1ff89a993a91f7e5fbcc2e4e525f9334f15c (diff) | |
download | gcc-c5f9277c56b21c523cec1936d449ddb09a6715c5.zip gcc-c5f9277c56b21c523cec1936d449ddb09a6715c5.tar.gz gcc-c5f9277c56b21c523cec1936d449ddb09a6715c5.tar.bz2 |
configure.host: Use sjlj-exceptions for Alpha.
2000-02-03 Jeff Sturm <jeff.sturm@commerceone.com>
* configure.host: Use sjlj-exceptions for Alpha.
From-SVN: r39450
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index fec38b7..e466b63 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -67,6 +67,7 @@ case "${host}" in alpha*-*) libgcj_flags="${libgcj_flags} -mieee" libgcj_interpreter=yes + libgcj_sjlj=yes ;; sparc-*) ;; |