summaryrefslogtreecommitdiff
path: root/package/strace/strace-superh-update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace/strace-superh-update.patch')
-rw-r--r--package/strace/strace-superh-update.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/strace/strace-superh-update.patch b/package/strace/strace-superh-update.patch
deleted file mode 100644
index ff865a247..000000000
--- a/package/strace/strace-superh-update.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- strace/configure
-+++ strace/configure
-@@ -1993,19 +1993,19 @@
- _ACEOF
-
- ;;
--sh)
-- arch=sh
-+sh64)
-+ arch=sh64
-
- cat >>confdefs.h <<\_ACEOF
--#define SH 1
-+#define SH64 1
- _ACEOF
-
- ;;
--sh64)
-- arch=sh64
-+sh*)
-+ arch=sh
-
- cat >>confdefs.h <<\_ACEOF
--#define SH64 1
-+#define SH 1
- _ACEOF
-
- ;;