savedcmd_arch/mips/vdso/vdso.so.dbg.raw := mips-openwrt-linux-musl-ld -m elf32btsmip -z noexecstack --no-warn-rwx-segments -Bsymbolic --no-undefined -soname=linux-vdso.so.1 -EB -shared -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T arch/mips/vdso/vdso.lds arch/mips/vdso/elf.o arch/mips/vdso/vgettimeofday.o arch/mips/vdso/sigreturn.o -o arch/mips/vdso/vdso.so.dbg.raw; if mips-openwrt-linux-musl-readelf -rW arch/mips/vdso/vdso.so.dbg.raw | grep -v _NONE | grep -q " R_\w*_"; then (echo >&2 "arch/mips/vdso/vdso.so.dbg.raw: dynamic relocations are not supported"; rm -f arch/mips/vdso/vdso.so.dbg.raw; /bin/false); fi; if mips-openwrt-linux-musl-objdump --disassemble arch/mips/vdso/vdso.so.dbg.raw | grep -E -h "jalr.*t9" > /dev/null; then (echo >&2 "arch/mips/vdso/vdso.so.dbg.raw: PIC 'jalr t9' calls are not supported"; rm -f arch/mips/vdso/vdso.so.dbg.raw; /bin/false); fi