aboutsummaryrefslogtreecommitdiffstats
path: root/package/strace/strace-superh-update.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-29 17:02:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-29 17:02:31 +0000
commit0ba1bd72f32e9f335246580e3d47e5c10fd037bd (patch)
tree28534c664295bafdfd3a3d99baf18e4e82eba4a1 /package/strace/strace-superh-update.patch
parent4c82ddf0c776d0f0b497cacb45d440de49de5cab (diff)
downloadbuildroot-novena-0ba1bd72f32e9f335246580e3d47e5c10fd037bd.tar.gz
buildroot-novena-0ba1bd72f32e9f335246580e3d47e5c10fd037bd.zip
- bump version and make it behave of LFS is off
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
-
- ;;