Minor clean up.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 08:47:16 +0000 (10:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 08:47:16 +0000 (10:47 +0200)
From-SVN: r251867

gcc/ada/gcc-interface/Makefile.in

index d8f87be..95bdb43 100644 (file)
@@ -640,7 +640,11 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
   GCC_SPEC_FILES+=vxworks-gnat-crtbe-link.spec
 
   ifeq ($(strip $(filter-out vxworks7%, $(target_os))),)
-    GCC_SPEC_FILES+=vxworks7-rtp-base-link.spec
+    ifeq ($(strip $(filter-out powerpc64, $(target_cpu))),)
+      GCC_SPEC_FILES+=vxworks7-ppc64-rtp-base-link.spec
+    else
+      GCC_SPEC_FILES+=vxworks7-rtp-base-link.spec
+    endif
   else
     GCC_SPEC_FILES+=vxworks-$(ARCH_STR)-link.spec
     GCC_SPEC_FILES+=vxworks-cert-$(ARCH_STR)-link.spec