diff options
| -rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ada/Makefile.rtl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6c86afb..288c604 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 4210018..8e906a9 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -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 |
