mirror of git://gcc.gnu.org/git/gcc.git
* gcc-interface/Makefile.in (alpha-vms): Add missing line.
From-SVN: r209195
This commit is contained in:
parent
e75c161776
commit
aabc3affe5
|
|
@ -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>
|
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) $
|
||||||
# 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_
|
||||||
$(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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue