From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/strace/patches/patch-configure_ac | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/strace/patches/patch-configure_ac (limited to 'package/strace/patches/patch-configure_ac') diff --git a/package/strace/patches/patch-configure_ac b/package/strace/patches/patch-configure_ac new file mode 100644 index 000000000..28abf1d1a --- /dev/null +++ b/package/strace/patches/patch-configure_ac @@ -0,0 +1,18 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- strace-4.5.18.orig/configure.ac 2008-08-28 23:15:56.000000000 +0200 ++++ strace-4.5.18/configure.ac 2009-01-02 21:24:05.482095139 +0100 +@@ -103,6 +103,14 @@ x86?64*) + arch=x86_64 + AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.]) + ;; ++cris|crisv10) ++ arch=crisv10 ++ AC_DEFINE([CRISV10], 1, [Define for the CRISv10 architecture.]) ++ ;; ++crisv32) ++ arch=crisv32 ++ AC_DEFINE([CRISV32], 1, [Define for the CRISv32 architecture.]) ++ ;; + *) + AC_MSG_RESULT([NO!]) + AC_MSG_ERROR([architecture $host_cpu is not supported by strace]) -- cgit v1.2.3