mirror of https://github.com/hak5/openwrt.git
23 lines
480 B
Diff
23 lines
480 B
Diff
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -3570,7 +3570,7 @@ case "${target}" in
|
||
|
mips*-*-*)
|
||
|
noconfigdirs="$noconfigdirs gprof"
|
||
|
;;
|
||
|
- sh-*-* | sh64-*-*)
|
||
|
+ sh*-*-* | sh64-*-*)
|
||
|
case "${target}" in
|
||
|
sh*-*-elf)
|
||
|
;;
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -1006,7 +1006,7 @@ case "${target}" in
|
||
|
mips*-*-*)
|
||
|
noconfigdirs="$noconfigdirs gprof"
|
||
|
;;
|
||
|
- sh-*-* | sh64-*-*)
|
||
|
+ sh*-*-* | sh64-*-*)
|
||
|
case "${target}" in
|
||
|
sh*-*-elf)
|
||
|
;;
|