]> git.pld-linux.org Git - packages/strace.git/commitdiff
- build fix.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 24 May 2005 23:25:03 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-sparc64.patch -> 1.1

strace-sparc64.patch [new file with mode: 0644]

diff --git a/strace-sparc64.patch b/strace-sparc64.patch
new file mode 100644 (file)
index 0000000..86858a9
--- /dev/null
@@ -0,0 +1,16 @@
+--- strace-4.5.11/defs.h.orig  2005-02-06 01:16:32 +0000
++++ strace-4.5.11/defs.h       2005-05-24 23:14:19 +0000
+@@ -193,7 +193,13 @@
+ #ifdef LINUXSPARC
+ #include <linux/a.out.h>
++
++#ifdef __sparc_v9__
++#include <asm/psrcompat.h>
++#else
+ #include <asm/psr.h>
++#endif
++
+ #undef  SUPPORTED_PERSONALITIES
+ #if defined(SPARC64)
+ #define SUPPORTED_PERSONALITIES 3
This page took 0.265886 seconds and 4 git commands to generate.