configure.host [...]: Set can_unwind_signal=yes.
* 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. From-SVN: r54012
This commit is contained in:
parent
2274b31a3c
commit
e793a7140e
5 changed files with 305 additions and 206 deletions
|
@ -508,6 +508,9 @@ else
|
|||
ia64-*-linux*)
|
||||
# Has broken backtrace()
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
# Has broken backtrace()
|
||||
;;
|
||||
*)
|
||||
AC_DEFINE(HAVE_BACKTRACE)
|
||||
;;
|
||||
|
@ -896,6 +899,9 @@ case "${host}" in
|
|||
alpha*-*-linux*)
|
||||
SIGNAL_HANDLER=include/dwarf2-signal.h
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
SIGNAL_HANDLER=include/s390-signal.h
|
||||
;;
|
||||
sparc*-*-linux*)
|
||||
SIGNAL_HANDLER=include/dwarf2-signal.h
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue