Browse Source

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

Waldemar Brodkorb 1 month ago
parent
commit
e0597869a6
2 changed files with 1 additions and 1 deletions
  1. 1 1
      package/musl/Makefile
  2. BIN
      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

BIN
target/loongarch/QEMU_EFI.fd