mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:20:37 +02:00
0ffbe196d5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)
|
|
;;
|