Makefile.in (x86-vxworks): Update GCC_SPEC_FILES to include cert link spec.
authorJerome Guitton <guitton@adacore.com>
Fri, 30 Jan 2015 15:29:39 +0000 (15:29 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 30 Jan 2015 15:29:39 +0000 (16:29 +0100)
2015-01-30  Jerome Guitton  <guitton@adacore.com>

* gcc-interface/Makefile.in (x86-vxworks): Update GCC_SPEC_FILES to
include cert link spec.

From-SVN: r220289

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index f748f63273b73c71f5087c2daa726f0bbd728748..74279b19742ecda3184b48cf1756f38e87f940b3 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-30  Jerome Guitton  <guitton@adacore.com>
+
+       * gcc-interface/Makefile.in (x86-vxworks): Update GCC_SPEC_FILES to
+       include cert link spec.
+
 2015-01-30  Robert Dewar  <dewar@adacore.com>
 
        * einfo.ads: Minor comment fix.
index 870cfab5ea59274684176db893c17d5840aa3ec8..df2d84c58e2b422d6c8127562df52d16c63d145a 100644 (file)
@@ -972,6 +972,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworks vxworks7,$(target_cpu) $(target_vendo
 
   ifneq ($(strip $(filter-out vxworks7%, $(target_os))),)
     GCC_SPEC_FILES+=vxworks-x86-link.spec
+    GCC_SPEC_FILES+=vxworks-cert-x86-link.spec
     GCC_SPEC_FILES+=vxworks-smp-x86-link.spec
   endif
 endif