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 | |
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')
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/configure.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 40edace..c2c80c0 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2000-02-03 Jeff Sturm <jeff.sturm@commerceone.com> + + * configure.host: Use sjlj-exceptions for Alpha. + 2001-02-03 Bryce McKinlay <bryce@albatross.co.nz> * libgcj.spec.in: Don't force static libgcc into the executable. 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-*) ;; |