Commit aabc3aff by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r209195
parent e75c1617
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> 2014-03-30 Eric Botcazou <ebotcazou@adacore.com>
PR ada/60703 PR ada/60703
......
...@@ -536,7 +536,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks,$(target_cpu) $(target_vendor) $ ...@@ -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 # 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 # an undefined symbol when building a dynamic shared library. To alleviate
# this problem and distinguish this case, we use the THREAD_KIND and include # 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))),) ifeq ($(strip $(filter-out default,$(THREAD_KIND))),)
LIBGNAT_TARGET_PAIRS += \ LIBGNAT_TARGET_PAIRS += \
...@@ -1615,6 +1615,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(target_ ...@@ -1615,6 +1615,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(target_
$(ATOMICS_BUILTINS_TARGET_PAIRS) $(ATOMICS_BUILTINS_TARGET_PAIRS)
EXTRA_LIBGNAT_SRCS+=tb-alvms.c EXTRA_LIBGNAT_SRCS+=tb-alvms.c
override GNATRTL_ALTIVEC_OBJS=
TOOLS_TARGET_PAIRS= \ TOOLS_TARGET_PAIRS= \
mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \ mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment