Don't assume that we use LLVM's ld(1) if we use clang(1) as main system
authorpatrick <patrick@openbsd.org>
Sun, 4 Feb 2018 21:11:32 +0000 (21:11 +0000)
committerpatrick <patrick@openbsd.org>
Sun, 4 Feb 2018 21:11:32 +0000 (21:11 +0000)
commit55669736a702e9f5182d475b9ed4b5da03bbc5a7
tree5ab6791300a11897f27317f202c488d645fa5c53
parent9777ac55f38e4edc06b199d422c94143d6cace3c
Don't assume that we use LLVM's ld(1) if we use clang(1) as main system
compiler.  Only handle this case when LLD was actually installed during
the cross-compiler setup.  Unbreaks armv7 after switching to clang since
it uses binutils' ld(1).
Makefile.cross