svn commit: r325129 - projects/runtime-coverage/lib/clang
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 30 08:23:49 UTC 2017
Author: ngie
Date: Mon Oct 30 08:23:48 2017
New Revision: 325129
URL: https://svnweb.freebsd.org/changeset/base/325129
Log:
Revert r325128; would break buildworld without TARGET_ARCH
Modified:
projects/runtime-coverage/lib/clang/llvm.build.mk
Modified: projects/runtime-coverage/lib/clang/llvm.build.mk
==============================================================================
--- projects/runtime-coverage/lib/clang/llvm.build.mk Mon Oct 30 08:19:27 2017 (r325128)
+++ projects/runtime-coverage/lib/clang/llvm.build.mk Mon Oct 30 08:23:48 2017 (r325129)
@@ -17,6 +17,7 @@ CFLAGS+= -D__STDC_LIMIT_MACROS
CFLAGS+= -D__STDC_CONSTANT_MACROS
#CFLAGS+= -DNDEBUG
+TARGET_ARCH?= ${MACHINE_ARCH}
BUILD_ARCH?= ${MACHINE_ARCH}
# Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it.
More information about the svn-src-projects
mailing list