Commit 131a075c by Eric Botcazou Committed by Eric Botcazou

* Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHANISM to -arm.

From-SVN: r264278
parent 1fb90d5b
2018-09-13 Eric Botcazou <ebotcazou@adacore.com> 2018-09-13 Eric Botcazou <ebotcazou@adacore.com>
* Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHANISM to -arm.
2018-09-13 Eric Botcazou <ebotcazou@adacore.com>
PR ada/81103 PR ada/81103
* terminals.c: Do not include termio.h. * terminals.c: Do not include termio.h.
......
...@@ -2140,15 +2140,10 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),) ...@@ -2140,15 +2140,10 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
$(ATOMICS_BUILTINS_TARGET_PAIRS) \ $(ATOMICS_BUILTINS_TARGET_PAIRS) \
system.ads<libgnat/system-linux-arm.ads system.ads<libgnat/system-linux-arm.ads
ifeq ($(strip $(filter-out arm%b,$(target_cpu))),)
EH_MECHANISM=
else
EH_MECHANISM=-arm
endif
TOOLS_TARGET_PAIRS = indepsw.adb<indepsw-gnu.adb TOOLS_TARGET_PAIRS = indepsw.adb<indepsw-gnu.adb
EXTRA_GNATRTL_TASKING_OBJS=s-linux.o EXTRA_GNATRTL_TASKING_OBJS=s-linux.o
EH_MECHANISM=-arm
THREADSLIB = -lpthread THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual GNATLIB_SHARED = gnatlib-shared-dual
GMEM_LIB = gmemlib GMEM_LIB = gmemlib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment