Fix SOURCE2 reference

This commit is contained in:
Nick Clifton 2024-02-21 15:38:39 +00:00
parent 668448a4d3
commit d488a923af

View File

@ -1086,7 +1086,7 @@ install_binutils()
OUTPUT_FORMAT="\
/* Ensure this .so library will not be used by a link for a different format
on a multi-architecture system. */
$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE2}")"
$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE1}")"
tee $local_libdir/libbfd.so <<EOH
/* GNU ld script */