blob: ea06ade614fcc28e4c1f5474c363a3f4e0bccad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|