mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			480 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			480 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/configure
 | 
						|
+++ b/configure
 | 
						|
@@ -3595,7 +3595,7 @@ case "${target}" in
 | 
						|
   mips*-*-*)
 | 
						|
     noconfigdirs="$noconfigdirs gprof"
 | 
						|
     ;;
 | 
						|
-  sh-*-* | sh64-*-*)
 | 
						|
+  sh*-*-* | sh64-*-*)
 | 
						|
     case "${target}" in
 | 
						|
       sh*-*-elf)
 | 
						|
          ;;
 | 
						|
--- a/configure.ac
 | 
						|
+++ b/configure.ac
 | 
						|
@@ -1021,7 +1021,7 @@ case "${target}" in
 | 
						|
   mips*-*-*)
 | 
						|
     noconfigdirs="$noconfigdirs gprof"
 | 
						|
     ;;
 | 
						|
-  sh-*-* | sh64-*-*)
 | 
						|
+  sh*-*-* | sh64-*-*)
 | 
						|
     case "${target}" in
 | 
						|
       sh*-*-elf)
 | 
						|
          ;;
 |