toolchain: add a symlink for musl softfloat ldso to the path where our gcc expects it
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39966
This commit is contained in:
		@@ -428,6 +428,9 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
 | 
			
		||||
		$(1)/lib/
 | 
			
		||||
  endef
 | 
			
		||||
 | 
			
		||||
  LD_MUSL_NAME = $(notdir $(firstword $(wildcard $(TOOLCHAIN_DIR)/lib/ld-musl-*.so*)))
 | 
			
		||||
  $(warning LD_MUSL_NAME='$(LD_MUSL_NAME)')
 | 
			
		||||
 | 
			
		||||
  define Package/musl/install
 | 
			
		||||
	$(INSTALL_DIR) $(1)/lib
 | 
			
		||||
	$(CP) \
 | 
			
		||||
@@ -436,6 +439,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
 | 
			
		||||
	$(CP) \
 | 
			
		||||
		$(TOOLCHAIN_DIR)/lib/libc.so* \
 | 
			
		||||
		$(1)/lib/
 | 
			
		||||
	$(if $(findstring -sf.so,$(LD_MUSL_NAME)),ln -s $(LD_MUSL_NAME) $(1)/lib/$(subst -sf.so,.so,$(LD_MUSL_NAME)))
 | 
			
		||||
  endef
 | 
			
		||||
 | 
			
		||||
  define Package/libc/install
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user