From 48cbd3230e024f0a81eff0f1649f79e1e8f0775a Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 25 Nov 2019 18:27:02 +0000 Subject: [PATCH] update comment (about llvm target config) to match r355095 --- share/mk/src.opts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index d505bffa250f..f844588a3701 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -284,7 +284,7 @@ __LLVM_TARGET_FILT= C/(amd64|i386)/x86/:S/sparc64/sparc/:S/arm64/aarch64/:S/powe # Default the given TARGET's LLVM_TARGET support to the value of MK_CLANG. .if ${__TT:${__LLVM_TARGET_FILT}} == ${__llt} __DEFAULT_DEPENDENT_OPTIONS+= LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}/CLANG -# Disable other targets for arm and armv6, to work around "relocation truncated +# Disable other targets for arm, to work around "relocation truncated # to fit" errors with BFD ld, since libllvm.a will get too large to link. .elif ${__T} == "arm" __DEFAULT_NO_OPTIONS+=LLVM_TARGET_${__llt:tu}