]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- use more specific implementations on alpha (not sure about osinte.ads (alpha uses...
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jul 2004 17:43:22 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-ada-link.patch -> 1.2

gcc-ada-link.patch

index 49356116f933ad95c0586161dc27c0da1792e144..bb0a1c093ae05c638e08c6a15ff35de5d1f92cc4 100644 (file)
  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
This page took 0.045824 seconds and 4 git commands to generate.