]> git.pld-linux.org Git - packages/asl.git/commitdiff
- fixed sparc (only __sparc__ is defined, not __sparc)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Jan 2004 21:42:29 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asl-morearchs.patch -> 1.2

asl-morearchs.patch

index c029ba5234056a5f0584e132e189603d6864bced..b2fb6ed3de882fa0b07fa65c635669475bba7067 100644 (file)
@@ -1,10 +1,11 @@
 --- asl-1.41r8/sysdefs.h.orig  1998-11-03 23:12:15.000000000 +0100
 +++ asl-1.41r8/sysdefs.h       2004-01-27 22:19:19.557485543 +0100
-@@ -271,6 +271,26 @@
- #define LOCALE_NLS
+@@ -272,6 +272,26 @@
  #endif
  
-+#ifdef __linux__
+ #endif /* __sparc */
++
++#if defined(__sparc__) && defined(__linux__)
 +#define ARCHSYSNAME "unknown-linux"
 +#define DEFSMADE
 +#define OPENRDMODE "r"
 +#define HAS64
 +#define LOCALE_NLS
 +#endif
-+
- #endif /* __sparc */
  
  /*===========================================================================*/
+ /* Mips platforms */
 @@ -526,6 +546,53 @@
  
  #endif /* __alpha */
This page took 0.03619 seconds and 4 git commands to generate.