diff options
-rw-r--r-- | gcc/ada/Makefile.rtl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 15b8b00..0139f4c 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -1,5 +1,5 @@ # Makefile.rtl for GNU Ada Compiler (GNAT). -# Copyright (C) 2003-2017, Free Software Foundation, Inc. +# Copyright (C) 2003-2020, Free Software Foundation, Inc. #This file is part of GCC. @@ -1035,7 +1035,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae vxworksaespe,$(target_cpu) $(t a-elchha.adb<libgnat/a-elchha__vxworks-ppc-full.adb \ a-intnam.ads<libgnarl/a-intnam__vxworks.ads \ a-numaux.ads<libgnat/a-numaux__vxworks.ads \ - g-io.adb<hie/g-io__vxworks-ppc-cert.adb \ + g-io.adb<hie/g-io__vxworks-cert.adb \ s-inmaop.adb<libgnarl/s-inmaop__vxworks.adb \ s-interr.adb<libgnarl/s-interr__vxworks.adb \ s-intman.ads<libgnarl/s-intman__vxworks.ads \ @@ -1091,7 +1091,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae,$(target_cpu) $(target_vendor) $(ta a-elchha.adb<libgnat/a-elchha__vxworks-ppc-full.adb \ a-intnam.ads<libgnarl/a-intnam__vxworks.ads \ a-numaux.ads<libgnat/a-numaux__vxworks.ads \ - g-io.adb<hie/g-io__vxworks-ppc-cert.adb \ + g-io.adb<hie/g-io__vxworks-cert.adb \ s-inmaop.adb<libgnarl/s-inmaop__vxworks.adb \ s-interr.adb<libgnarl/s-interr__vxworks.adb \ s-intman.ads<libgnarl/s-intman__vxworks.ads \ |