Commit eaec429d by Doug Rupp Committed by Pierre-Marie de Rodat

[Ada] New port for x86_64-vx7

2019-07-08  Doug Rupp  <rupp@adacore.com>

gcc/ada/

	* Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.

From-SVN: r273213
parent 589721af
2019-07-08 Doug Rupp <rupp@adacore.com>
* Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.
2019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
* Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
......
......@@ -1118,7 +1118,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae,$(target_cpu) $(target_vendor) $(ta
endif
# x86/x86_64 VxWorks
ifeq ($(strip $(filter-out %86 x86_64 wrs vxworks vxworks7,$(target_cpu) $(target_vendor) $(target_os))),)
ifeq ($(strip $(filter-out %86 x86_64 wrs vxworks vxworks7%,$(target_cpu) $(target_vendor) $(target_os))),)
EH_MECHANISM=-gcc
......
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