mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Release Notes: https://valgrind.org/docs/manual/dist.news.html This improves support for the memory allocator used in musl libc 1.2.2 and later which is currently used by OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			18 lines
		
	
	
		
			404 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			404 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Description: Fix FTBFS on armhf by correctly detecting the architecture
 | 
						|
Origin: vendor
 | 
						|
Bug-Debian: http://bugs.debian.org/730844
 | 
						|
Author: Alessandro Ghedini <ghedo@debian.org>
 | 
						|
Last-Update: 2013-11-30
 | 
						|
 | 
						|
--- a/configure.ac
 | 
						|
+++ b/configure.ac
 | 
						|
@@ -271,7 +271,7 @@ case "${host_cpu}" in
 | 
						|
         ARCH_MAX="s390x"
 | 
						|
         ;;
 | 
						|
 
 | 
						|
-     armv7*)
 | 
						|
+     arm*)
 | 
						|
 	AC_MSG_RESULT([ok (${host_cpu})])
 | 
						|
 	ARCH_MAX="arm"
 | 
						|
 	;;
 |