summaryrefslogtreecommitdiff
path: root/patches/strace/4.5.15/160-superh-update.ac.patch
diff options
context:
space:
mode:
authorKirill K. Smirnov <kirill.k.smirnov@gmail.com>2016-09-17 16:40:28 (GMT)
committerKirill K. Smirnov <kirill.k.smirnov@gmail.com>2016-09-17 16:40:28 (GMT)
commit1ce0cabf04140b64e682de0257ac42347efcf5de (patch)
tree98735cf7c6221f62fd1cc74b584bb0eb205f7cdb /patches/strace/4.5.15/160-superh-update.ac.patch
parentd59ac6c2444c27b49fdb72d14f766a9bf7e577cf (diff)
patches: remove obsolete strace patches
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Diffstat (limited to 'patches/strace/4.5.15/160-superh-update.ac.patch')
-rw-r--r--patches/strace/4.5.15/160-superh-update.ac.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/strace/4.5.15/160-superh-update.ac.patch b/patches/strace/4.5.15/160-superh-update.ac.patch
deleted file mode 100644
index 75e2cd4..0000000
--- a/patches/strace/4.5.15/160-superh-update.ac.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -dur strace-4.5.15.orig/configure.ac strace-4.5.15/configure.ac
---- strace-4.5.15.orig/configure.ac 2007-07-14 19:25:25.000000000 +0200
-+++ strace-4.5.15/configure.ac 2007-07-14 19:27:35.000000000 +0200
-@@ -91,14 +91,14 @@
- arch=hppa
- AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.])
- ;;
--sh)
-- arch=sh
-- AC_DEFINE([SH], 1, [Define for the SH architecture.])
-- ;;
- sh64)
- arch=sh64
- AC_DEFINE([SH64], 1, [Define for the SH64 architecture.])
- ;;
-+sh*)
-+ arch=sh
-+ AC_DEFINE([SH], 1, [Define for the SH architecture.])
-+ ;;
- x86?64*)
- arch=x86_64
- AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])