mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
472667ca91
Technologies.
25 lines
637 B
Plaintext
25 lines
637 B
Plaintext
*** ./ada/Makefile.in.orig Fri Sep 24 08:41:35 1999
|
|
--- ./ada/Makefile.in Tue Nov 2 10:53:14 1999
|
|
***************
|
|
*** 909,914 ****
|
|
--- 909,927 ----
|
|
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))),)
|
|
|
|
threadsletter=A
|