]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid using TARGET_ARCH in llvm.build.mk
authorDimitry Andric <dim@FreeBSD.org>
Sun, 14 Aug 2022 11:10:48 +0000 (13:10 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 14 Aug 2022 11:11:52 +0000 (13:11 +0200)
commit8534e6be8110a8126268a38dc0557a2d15615ce9
tree559710087b3d46f3b8539430e66ec44e719a10aa
parentab28cc352b532ce739b9d9e4bdf948e7bfec5d21
Avoid using TARGET_ARCH in llvm.build.mk

Apparently the TARGET_ARCH macro is not supposed to be used outside of
the top-level Makefiles. Directly use MACHINE_ARCH instead.

Noticed by: imp, jrtc27
MFC after: 1 week
lib/clang/llvm.build.mk