]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR ada/16592 (Ada tools don't use the newly built shared libraries)
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 10 Feb 2005 13:55:33 +0000 (14:55 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 10 Feb 2005 13:55:33 +0000 (14:55 +0100)
commit3536d406b5a5d065dcfc43b434f99118eab96fa9
tree4f18be3936ec6825008bb86ac3b69e6eee9863f8
parente06a584e59c7268af77d09945bd50edd85435295
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
gcc/ada/s-asthan-vms-alpha.adb [moved from gcc/ada/s-asthan-vms.adb with 99% similarity]