diff options
| author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-29 18:36:50 +0000 |
|---|---|---|
| committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-29 18:36:50 +0000 |
| commit | 34121701fa1b9da651d85f6f4577cb444aefb7d7 (patch) | |
| tree | 7ec728ce21a5f3efd1c4b0acd1f3f695fb6522d9 /libjava/configure.host | |
| parent | 50d6ccf91c489f5a43d427d4e884938ae3ba594a (diff) | |
| download | ppe42-gcc-34121701fa1b9da651d85f6f4577cb444aefb7d7.tar.gz ppe42-gcc-34121701fa1b9da651d85f6f4577cb444aefb7d7.zip | |
* configure.host [s390*-linux*]: Set can_unwind_signal=yes.
* configure.in [s390*-*-linux*]: Do not define HAVE_BACKTRACE.
Set SIGNAL_HANDLER=include/s390-linux.h.
* configure: Regenerate.
* include/s390-linux.h: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54012 138bc75d-0d04-0410-961f-82ee72b054a4
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 16e4cd8baa4..0d9283ea64e 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -125,6 +125,7 @@ case "${host}" in i[34567]86*-linux* | \ powerpc*-linux* | \ alpha*-linux* | \ + s390*-linux* | \ sparc*-linux* | \ ia64-*) can_unwind_signal=yes |

