aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2005-11-16 16:19:53 +0000
committerRichard Guenther <rguenther@suse.de>2005-11-16 16:19:53 +0000
commit59bc1df98f967cf60958b97de27bf7174a5d5f12 (patch)
treea058ead155b0a4a1d28946f19cf824e6f54f7b6c /gcc/ada
parentf66587bc152331980fc42b20a2d952f7def2eff2 (diff)
2005-11-16 Richard Guenther <rguenther@suse.de>
* Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@107087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 36135666395..cc21e396b7c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-16 Richard Guenther <rguenther@suse.de>
+
+ * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
+
2005-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
PR ada/24855
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 0dfe8ae1816..34f6399d552 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -780,6 +780,7 @@ ifeq ($(strip $(filter-out s390% linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb
+ EH_MECHANISM=-gcc
THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual
PREFIX_OBJS = $(PREFIX_REAL_OBJS)