OSDN Git Service

2005-11-16 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2005 16:19:53 +0000 (16:19 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2005 16:19:53 +0000 (16:19 +0000)
* Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107087 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 3613566..cc21e39 100644 (file)
@@ -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
 2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>
 
         PR ada/24855
index 0dfe8ae..34f6399 100644 (file)
@@ -780,6 +780,7 @@ ifeq ($(strip $(filter-out s390% linux%,$(arch) $(osys))),)
   TOOLS_TARGET_PAIRS =  \
     mlib-tgt.adb<mlib-tgt-linux.adb
 
   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)
   THREADSLIB = -lpthread
   GNATLIB_SHARED = gnatlib-shared-dual
   PREFIX_OBJS = $(PREFIX_REAL_OBJS)