Commit 1af000e0 by Eric Botcazou Committed by Eric Botcazou

system-linux-armel.ads: Rename into...

	* system-linux-armel.ads: Rename into...
	* system-linux-arm.ads: ...this
	* gcc-interface/Makefile.in (ARM/Android): Adjust to above renaming.
	(ARM/Linux): Likewise.
	(Aarch64/Linux): Likewise.

From-SVN: r241328
parent d9700bdb
2016-10-19 Eric Botcazou <ebotcazou@adacore.com>
* system-linux-armel.ads: Rename into...
* system-linux-arm.ads: ...this
* gcc-interface/Makefile.in (ARM/Android): Adjust to above renaming.
(ARM/Linux): Likewise.
(Aarch64/Linux): Likewise.
2016-10-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Define.
......
......@@ -1222,7 +1222,7 @@ ifeq ($(strip $(filter-out arm% linux-androideabi,$(target_cpu) $(target_os))),)
s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
$(ATOMICS_TARGET_PAIRS) \
$(ATOMICS_BUILTINS_TARGET_PAIRS) \
system.ads<system-linux-armel.ads
system.ads<system-linux-arm.ads
TOOLS_TARGET_PAIRS = \
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
......@@ -1939,7 +1939,7 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
else
EH_MECHANISM=-arm
LIBGNAT_TARGET_PAIRS += \
system.ads<system-linux-armel.ads
system.ads<system-linux-arm.ads
endif
TOOLS_TARGET_PAIRS = \
......@@ -1976,7 +1976,7 @@ ifeq ($(strip $(filter-out aarch64% linux%,$(target_cpu) $(target_os))),)
g-sercom.adb<g-sercom-linux.adb \
$(ATOMICS_TARGET_PAIRS) \
$(ATOMICS_BUILTINS_TARGET_PAIRS) \
system.ads<system-linux-armel.ads
system.ads<system-linux-arm.ads
TOOLS_TARGET_PAIRS = \
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
......
......@@ -5,7 +5,7 @@
-- S Y S T E M --
-- --
-- S p e c --
-- (GNU-Linux/ARMEL Version) --
-- (GNU-Linux/ARM Version) --
-- --
-- Copyright (C) 1992-2016, Free Software Foundation, Inc. --
-- --
......
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