mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	toolchain/binutils: add musl libc config.sub patch to 2.23.1
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35814
This commit is contained in:
		
							parent
							
								
									f08ef57424
								
							
						
					
					
						commit
						10c38f50a0
					
				
							
								
								
									
										10
									
								
								toolchain/binutils/patches/2.23.1/200-musl.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								toolchain/binutils/patches/2.23.1/200-musl.patch
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
--- a/config.sub
 | 
			
		||||
+++ b/config.sub
 | 
			
		||||
@@ -125,6 +125,7 @@ esac
 | 
			
		||||
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 | 
			
		||||
 case $maybe_os in
 | 
			
		||||
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
 | 
			
		||||
+  linux-musl* | \
 | 
			
		||||
   linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
 | 
			
		||||
   knetbsd*-gnu* | netbsd*-gnu* | \
 | 
			
		||||
   kopensolaris*-gnu* | \
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user