mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	toolchain/glibc: unset LD_LIBRARY_PATH
Fix build error when use glibc Signed-off-by: Hyeonsik Song <blogcin@naver.com>
This commit is contained in:
		
							parent
							
								
									4a243f7a09
								
							
						
					
					
						commit
						594dbaa262
					
				@ -44,6 +44,7 @@ endif
 | 
			
		||||
# only -O2 tested by upstream changeset
 | 
			
		||||
# "Optimize i386 syscall inlining for GCC 5"
 | 
			
		||||
GLIBC_CONFIGURE:= \
 | 
			
		||||
	unset LD_LIBRARY_PATH; \
 | 
			
		||||
	BUILD_CC="$(HOSTCC)" \
 | 
			
		||||
	$(TARGET_CONFIGURE_OPTS) \
 | 
			
		||||
	CFLAGS="-O2 $(filter-out -Os,$(call qstrip,$(TARGET_CFLAGS)))" \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user