]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc-interface/Makefile.in (alpha-vms): Add missing line.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 7 Apr 2014 17:54:23 +0000 (17:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Apr 2014 17:54:23 +0000 (17:54 +0000)
From-SVN: r209195

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

index de71b062f4bb07ccd8bf074bbd0176685ddd7f10..3ad01879398075f7ea0d4e9c57ee697f656c3448 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Makefile.in (alpha-vms): Add missing line.
+
 2014-03-30  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/60703
index 352d6550cdc90d1df27dab3adcb19be2d9cb2ec4..03135188d16aca8aa6a6eb152805e833da096e5a 100644 (file)
@@ -536,7 +536,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks,$(target_cpu) $(target_vendor) $
   # System.Stack_Checking.Operations is not needed on VxWorks 6 as it leads to
   # an undefined symbol when building a dynamic shared library. To alleviate
   # this problem and distinguish this case, we use the THREAD_KIND and include
-  # the package only in kernel mode.
+  # the package only in default mode.
 
   ifeq ($(strip $(filter-out default,$(THREAD_KIND))),)
     LIBGNAT_TARGET_PAIRS += \
@@ -1615,6 +1615,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(target_
         $(ATOMICS_BUILTINS_TARGET_PAIRS)
 
     EXTRA_LIBGNAT_SRCS+=tb-alvms.c
+    override GNATRTL_ALTIVEC_OBJS=
 
     TOOLS_TARGET_PAIRS= \
       mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \