SOURCES: Firebird-morearchs.patch - rely on proper sparc64 define ...

qboosh qboosh at pld-linux.org
Tue Jan 31 22:08:15 CET 2006


Author: qboosh                       Date: Tue Jan 31 21:08:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- rely on proper sparc64 define (__arch64__ or _LP64 in recent gccs)

---- Files affected:
SOURCES:
   Firebird-morearchs.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/Firebird-morearchs.patch
diff -u SOURCES/Firebird-morearchs.patch:1.5 SOURCES/Firebird-morearchs.patch:1.6
--- SOURCES/Firebird-morearchs.patch:1.5	Fri Oct  8 14:25:26 2004
+++ SOURCES/Firebird-morearchs.patch	Tue Jan 31 22:08:09 2006
@@ -22,7 +22,7 @@
  // we do not care of 16-bit platforms anymore thus we may use plain "int"
  // which is 32-bit on all platforms we support
 -#if defined(_LP64) || defined(__LP64__) || defined(__arch64__)
-+#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha__) || defined(__sparcv9)
++#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha__)
  typedef	int		ISC_LONG;
  typedef	unsigned int	ISC_ULONG;
  #else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/Firebird-morearchs.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list