Fix SOURCE2 reference
This commit is contained in:
parent
668448a4d3
commit
d488a923af
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user