Commit c03c0267 by Patrick Bernardi Committed by Pierre-Marie de Rodat

[Ada] New port for ppc-vx7r2

2019-07-10  Patrick Bernardi  <bernardi@adacore.com>

gcc/ada/

	* Makefile.rtl: Handle vxworks7r2 ppc target

From-SVN: r273331
parent 9098d477
2019-07-10 Patrick Bernardi <bernardi@adacore.com>
* Makefile.rtl: Handle vxworks7r2 ppc target
2019-07-10 Hristian Kirtchev <kirtchev@adacore.com> 2019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
* bindo.adb: Update the section on switches. * bindo.adb: Update the section on switches.
......
...@@ -867,7 +867,7 @@ GCC_SPEC_FILES= ...@@ -867,7 +867,7 @@ GCC_SPEC_FILES=
# If what's left is null then it's a match. # If what's left is null then it's a match.
# PowerPC and e500v2 VxWorks # PowerPC and e500v2 VxWorks
ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,$(target_cpu) $(target_vendor) $(target_os))),) ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7% vxworks7spe,$(target_cpu) $(target_vendor) $(target_os))),)
ifeq ($(strip $(filter-out e500%, $(target_alias))),) ifeq ($(strip $(filter-out e500%, $(target_alias))),)
ARCH_STR=e500 ARCH_STR=e500
......
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