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
Avoid using TARGET_ARCH in llvm.build.mk Tags None Referenced Files None Subscribers None
Description
Details
|