Makefile.in: Use VMS64 specialized versions of several units in Interfaces.C hierarch...
authorVasiliy Fofanov <fofanov@adacore.com>
Fri, 17 Feb 2006 16:07:32 +0000 (17:07 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 17 Feb 2006 16:07:32 +0000 (17:07 +0100)
2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>

* Makefile.in: Use VMS64 specialized versions of several units in
Interfaces.C hierarchy to be compatible with HP C default size choices.
Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.

From-SVN: r111190

gcc/ada/Makefile.in

index c53832b206c7f11d02d02a5c864dee6827b5b946..b3c3538c3f54d3193119961e1ae815929e673f65 100644 (file)
@@ -482,8 +482,6 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(targ))),)
   a-elchha.adb<a-elchha-vxworks-ppc-full.adb \
   a-intnam.ads<a-intnam-vxworks.ads \
   a-numaux.ads<a-numaux-vxworks.ads \
-  a-sytaco.ads<1asytaco.ads \
-  a-sytaco.adb<1asytaco.adb \
   g-io.adb<g-io-vxworks-ppc-cert.adb \
   g-io.ads<g-io-vxworks-ppc-cert.ads \
   s-inmaop.adb<s-inmaop-posix.adb \
@@ -1114,6 +1112,11 @@ endif
   g-soccon.ads<g-soccon-vms.ads \
   g-socthi.ads<g-socthi-vms.ads \
   g-socthi.adb<g-socthi-vms.adb \
+  i-c.ads<i-c-vms_64.ads \
+  i-cstrin.ads<i-cstrin-vms_64.ads \
+  i-cstrin.adb<i-cstrin-vms_64.adb \
+  i-cpoint.ads<i-cpoint-vms_64.ads \
+  i-cpoint.adb<i-cpoint-vms_64.adb \
   i-cstrea.adb<i-cstrea-vms.adb \
   s-inmaop.adb<s-inmaop-vms.adb \
   s-interr.adb<s-interr-vms.adb \