mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ca5b1ff89a
commit
c5f9277c56
|
@ -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>
|
2001-02-03 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
* libgcj.spec.in: Don't force static libgcc into the executable.
|
* libgcj.spec.in: Don't force static libgcc into the executable.
|
||||||
|
|
|
@ -67,6 +67,7 @@ case "${host}" in
|
||||||
alpha*-*)
|
alpha*-*)
|
||||||
libgcj_flags="${libgcj_flags} -mieee"
|
libgcj_flags="${libgcj_flags} -mieee"
|
||||||
libgcj_interpreter=yes
|
libgcj_interpreter=yes
|
||||||
|
libgcj_sjlj=yes
|
||||||
;;
|
;;
|
||||||
sparc-*)
|
sparc-*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue