Author: mmazur                       Date: Sat Feb 19 14:59:10 2005 GMT
Module: SOURCES                       Tag: GCC_4
---- Log message:
- full ada support for sparc (I hope)

---- Files affected:
SOURCES:
   gcc-ada-link.patch (1.3.4.3 -> 1.3.4.4) 

---- Diffs:

================================================================
Index: SOURCES/gcc-ada-link.patch
diff -u SOURCES/gcc-ada-link.patch:1.3.4.3 SOURCES/gcc-ada-link.patch:1.3.4.4
--- SOURCES/gcc-ada-link.patch:1.3.4.3  Sat Feb 19 15:04:31 2005
+++ SOURCES/gcc-ada-link.patch  Sat Feb 19 15:59:05 2005
@@ -24,6 +24,38 @@
  shext  =
  hyphen = -
  
+@@ -1413,6 +1413,31 @@
+   LIBRARY_VERSION := $(LIB_VERSION)
+ endif
+ 
++ifeq ($(strip $(filter-out sparc% linux%,$(arch) $(osys))),)
++  LIBGNAT_TARGET_PAIRS = \
++  a-intnam.ads<a-intnam-linux.ads \
++  s-inmaop.adb<s-inmaop-posix.adb \
++  s-intman.adb<s-intman-posix.adb \
++  s-osinte.adb<s-osinte-posix.adb \
++  s-osinte.ads<s-osinte-linux.ads \
++  s-osprim.adb<s-osprim-posix.adb \
++  s-taprop.adb<s-taprop-linux.adb \
++  s-taspri.ads<s-taspri-linux.ads \
++  s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
++  s-parame.adb<s-parame-linux.adb \
++  system.ads<system-linux-sparc.ads
++
++  TOOLS_TARGET_PAIRS =  \
++    mlib-tgt.adb<mlib-tgt-linux.adb \
++    indepsw.adb<indepsw-linux.adb
++
++  THREADSLIB = -lpthread
++  GNATLIB_SHARED = gnatlib-shared-dual
++  GMEM_LIB = gmemlib
++  PREFIX_OBJS = $(PREFIX_REAL_OBJS)
++  LIBRARY_VERSION := $(LIB_VERSION)
++endif
++
+ ifeq ($(strip $(filter-out powerpc darwin%,$(arch) $(osys))),)
+   LIBGNAT_TARGET_PAIRS = \
+   a-intnam.ads<a-intnam-darwin.ads \
 @@ -1784,6 +1784,9 @@
  # is guaranteed to overflow the buffer.
  
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/gcc-ada-link.patch?r1=1.3.4.3&r2=1.3.4.4&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to