Fix a typo when sanity checking in the bootstrap-tools target
The path is incorrect for the linker in the error message. It should have been /usr/bin/ld, not /usr/bin/cc . Reviewed by: emaste Approved by: emaste (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D19852
This commit is contained in:
parent
22ccf855bf
commit
78b78a6d3b
2
Makefile
2
Makefile
@ -570,7 +570,7 @@ universe-toolchain: .PHONY universe_prologue
|
||||
false; \
|
||||
fi
|
||||
@if [ ! -e "${HOST_OBJTOP}/tmp/usr/bin/ld" ]; then \
|
||||
echo "Missing host linker at ${HOST_OBJTOP}/tmp/usr/bin/cc?" >&2; \
|
||||
echo "Missing host linker at ${HOST_OBJTOP}/tmp/usr/bin/ld?" >&2; \
|
||||
false; \
|
||||
fi
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user