1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/gnat/files/patch-ac

25 lines
675 B
Plaintext
Raw Normal View History

*** ./ada/Makefile.in.orig Wed Jul 29 21:00:07 1998
--- ./ada/Makefile.in Mon Aug 31 09:16:59 1998
***************
*** 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 \