瀏覽代碼

musl: fix ld.so link for loongarch64; update QEMU_EFI.fd

Waldemar Brodkorb 1 年之前
父節點
當前提交
e0597869a6
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/musl/Makefile
  2. 二進制
      target/loongarch/QEMU_EFI.fd

+ 1 - 1
package/musl/Makefile

@@ -29,7 +29,7 @@ INSTALL_STYLE:=         manual
 MUSL_LD_SO:=		"`echo 'void main(void) {}' |${TARGET_CC} ${TARGET_CFLAGS} -x c -o \
 			$(BUILD_DIR)/.musl.tmp - >/dev/null 2>&1 ;\
 			${TARGET_COMPILER_PREFIX}readelf -l $(BUILD_DIR)/.musl.tmp 2>/dev/null \
-			| grep 'program interpreter: /lib/ld-musl' | sed -e 's|.*lib/||'|sed -e 's|]||' ;\
+			| grep 'program interpreter: /lib.*/ld-musl' | sed -e 's|.*lib.*/||'|sed -e 's|]||' ;\
 			rm $(BUILD_DIR)/.musl.tmp`"
 
 # do nothing, musl is already build in toolchain directory

二進制
target/loongarch/QEMU_EFI.fd