summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-12-23 21:55:54 +0000
committersbruno <sbruno@FreeBSD.org>2015-12-23 21:55:54 +0000
commitb0d75eeff352083a9db4ae4ec4dafa6047f7ab3e (patch)
tree765e707b94e18d9b96ac5ff3b3af7112bfd3c88b
parent6e54d1d16404863712b7cf97c596a60105ca2103 (diff)
downloadFreeBSD-src-b0d75eeff352083a9db4ae4ec4dafa6047f7ab3e.zip
FreeBSD-src-b0d75eeff352083a9db4ae4ec4dafa6047f7ab3e.tar.gz
Fixup native-xtools target for poudriere cross build jails after svn
r291955 by excluding all debug files. Reported by: swills Reviewed by: emaste
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5718e17..a26df46 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1677,7 +1677,7 @@ NXBMAKE= ${NXBENV} ${MAKE} \
-DNO_PIC MK_PROFILE=no -DNO_SHARED \
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
- MK_LLDB=no
+ MK_LLDB=no MK_DEBUG_FILES=no
# native-xtools is the current target for qemu-user cross builds of ports
# via poudriere and the imgact_binmisc kernel module.
OpenPOWER on IntegriCloud