Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
2005-11-16 Richard Guenther <rguenther@suse.de> * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux. From-SVN: r107087
This commit is contained in:
parent
833126adaf
commit
0678ec6bf8
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue