repo.or.cz
/
gumsense-br.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tcl build fix
[gumsense-br.git]
/
package
/
strace
/
strace-superh-update.patch
blob
ff865a2474ff508642db61a5ec4685e0f655affb
1
--- strace/configure
2
+++ strace/configure
3
@@ -1993,19 +1993,19 @@
4
_ACEOF
5
6
;;
7
-sh)
8
- arch=sh
9
+sh64)
10
+ arch=sh64
11
12
cat >>confdefs.h <<\_ACEOF
13
-#define SH 1
14
+#define SH64 1
15
_ACEOF
16
17
;;
18
-sh64)
19
- arch=sh64
20
+sh*)
21
+ arch=sh
22
23
cat >>confdefs.h <<\_ACEOF
24
-#define SH64 1
25
+#define SH 1
26
_ACEOF
27
28
;;