1999-06-24 11:11:28 +00:00
|
|
|
*** ./ada/Makefile.in.orig Wed Jul 29 21:00:07 1998
|
|
|
|
--- ./ada/Makefile.in Mon Aug 31 09:16:59 1998
|
1997-09-25 08:48:00 +00:00
|
|
|
***************
|
1999-06-24 11:11:28 +00:00
|
|
|
*** 779,784 ****
|
|
|
|
--- 779,797 ----
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
+ ifeq ($(strip $(filter-out %86 freebsd%,$(arch) $(osys))),)
|
|
|
|
+ LIBGNAT_TARGET_PAIRS = \
|
|
|
|
+ a-intnam.ads<4fintnam.ads \
|
|
|
|
+ s-inmaop.adb<7sinmaop.adb \
|
|
|
|
+ s-intman.adb<5fintman.adb \
|
|
|
|
+ s-osinte.adb<5fosinte.adb \
|
|
|
|
+ s-osinte.ads<5fosinte.ads \
|
|
|
|
+ s-osprim.adb<7sosprim.adb \
|
|
|
|
+ s-taprop.adb<5ftaprop.adb \
|
|
|
|
+ s-taspri.ads<5ftaspri.ads \
|
|
|
|
+ s-tpopsp.adb<7stpopsp.adb
|
|
|
|
+ endif
|
|
|
|
+
|
|
|
|
ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
|
|
|
|
LIBGNAT_TARGET_PAIRS = \
|
|
|
|
a-emstop.adb<4gemstop.adb \
|