From d70a3c8d6bce5e02a79444213ad0dc20b0b3c22b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 11 Jul 2004 17:43:22 +0000 Subject: [PATCH] - use more specific implementations on alpha (not sure about osinte.ads (alpha uses different signal numbers than x86-linux) and system.ads) Changed files: gcc-ada-link.patch -> 1.2 --- gcc-ada-link.patch | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gcc-ada-link.patch b/gcc-ada-link.patch index 4935611..bb0a1c0 100644 --- a/gcc-ada-link.patch +++ b/gcc-ada-link.patch @@ -24,11 +24,22 @@ shext = # Define this as & to perform parallel make on a Sequent. -@@ -1269,6 +1269,46 @@ +@@ -1269,6 +1269,57 @@ LIBRARY_VERSION := $(LIB_VERSION) endif +ifeq ($(strip $(filter-out alpha% linux%,$(arch) $(osys))),) ++ LIBGNAT_TARGET_PAIRS = \ ++ a-intnam.ads<4lintnam.ads \ ++ s-inmaop.adb<7sinmaop.adb \ ++ s-intman.adb<7sintman.adb \ ++ s-osinte.ads<5iosinte.ads \ ++ s-osinte.adb<5iosinte.adb \ ++ s-osprim.adb<7sosprim.adb \ ++ s-taprop.adb<5itaprop.adb \ ++ s-tpopsp.adb<5atpopsp.adb \ ++ s-taspri.ads<5itaspri.ads \ ++ system.ads<5nsystem.ads + TOOLS_TARGET_PAIRS=mlib-tgt.adb<5lml-tgt.adb + THREADSLIB=-lpthread + GNATLIB_SHARED=gnatlib-shared-dual -- 2.44.0