From 3536d406b5a5d065dcfc43b434f99118eab96fa9 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 10 Feb 2005 14:55:33 +0100 Subject: [PATCH] re PR ada/16592 (Ada tools don't use the newly built shared libraries) * s-asthan-vms.adb: Removed. * s-asthan-vms-alpha.adb: Added. * Makefile.in [VMS] (LN,LN_S): Define as cp -p Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb. [VMS]: Add translations for g-enblsp.adb. (LIBGNAT_SRCS): Add seh_init.c. (LIBGNAT_OBJS): Add seh_init.o. PR ada/16592 Link all gnat tools with -static-libgcc, since -shared-libgcc is now used by default on some systems (e.g. linux with recent binutils). Remove references to Makefile.prolog/generic, no longer used. From-SVN: r94818 --- gcc/ada/Makefile.in | 80 +++++++++---------- ...-asthan-vms.adb => s-asthan-vms-alpha.adb} | 2 +- 2 files changed, 41 insertions(+), 41 deletions(-) rename gcc/ada/{s-asthan-vms.adb => s-asthan-vms-alpha.adb} (99%) diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index edf39b63f49..1e6e5350f3d 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -163,6 +163,7 @@ GCC_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) program_transform_name = objdir = . +target_alias=@target_alias@ target=@target@ xmake_file = @xmake_file@ tmake_file = @tmake_file@ @@ -1174,6 +1175,8 @@ ifeq ($(strip $(filter-out alpha% ia64 dec hp vms% openvms% alphavms%,$(host))), soext = .exe hyphen = _ +LN = cp -p +LN_S = cp -p ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),) AR = iar @@ -1188,6 +1191,7 @@ endif ifeq ($(strip $(filter-out alpha% ia64 dec hp vms% openvms% alphavms%,$(targ))),) ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),) LIBGNAT_TARGET_PAIRS_AUX1 = \ + g-enblsp.adb