diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/strace/patches/patch-config_h_in |
Initial import
Diffstat (limited to 'package/strace/patches/patch-config_h_in')
-rw-r--r-- | package/strace/patches/patch-config_h_in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/strace/patches/patch-config_h_in b/package/strace/patches/patch-config_h_in new file mode 100644 index 000000000..ea06ade61 --- /dev/null +++ b/package/strace/patches/patch-config_h_in @@ -0,0 +1,15 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- strace-4.5.18.orig/config.h.in 2008-08-28 23:36:28.000000000 +0200 ++++ strace-4.5.18/config.h.in 2009-01-02 21:24:05.414089778 +0100 +@@ -409,6 +409,11 @@ + /* Define for the AMD x86-64 architecture. */ + #undef X86_64 + ++/* Define for the CRISv10 architecture. */ ++#undef CRISV10 ++ ++/* Define for the CRISv32 architecture. */ ++#undef CRISV32 + /* Enable GNU extensions on systems that have them. */ + #ifndef _GNU_SOURCE + # undef _GNU_SOURCE |