projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d92ceb52cf95939cee5ba7a8f077538cbee32e0e
[openwrt/svn-archive/archive.git]
/
toolchain
/
binutils
/
patches
/
2.22
/
120-sh-conf.patch
1
--- a/configure
2
+++ b/configure
3
@@ -3570,7 +3570,7 @@ case "${target}" in
4
mips*-*-*)
5
noconfigdirs="$noconfigdirs gprof"
6
;;
7
- sh-*-* | sh64-*-*)
8
+ sh*-*-* | sh64-*-*)
9
case "${target}" in
10
sh*-*-elf)
11
;;
12
--- a/configure.ac
13
+++ b/configure.ac
14
@@ -1006,7 +1006,7 @@ case "${target}" in
15
mips*-*-*)
16
noconfigdirs="$noconfigdirs gprof"
17
;;
18
- sh-*-* | sh64-*-*)
19
+ sh*-*-* | sh64-*-*)
20
case "${target}" in
21
sh*-*-elf)
22
;;