* gcc-interface/Makefile.in (alpha-vms): Add missing line.

From-SVN: r209195
This commit is contained in:
Eric Botcazou 2014-04-07 17:54:23 +00:00 committed by Eric Botcazou
parent e75c161776
commit aabc3affe5
2 changed files with 6 additions and 1 deletions

View 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

View 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 \