svn commit: r359709 - stable/12

Mitchell Horne mhorne at FreeBSD.org
Tue Apr 7 18:41:53 UTC 2020


Author: mhorne
Date: Tue Apr  7 18:41:52 2020
New Revision: 359709
URL: https://svnweb.freebsd.org/changeset/base/359709

Log:
  MFC r359289:
  
  Makefile.inc1: override MACHINE for native-xtools

Modified:
  stable/12/Makefile.inc1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/Makefile.inc1
==============================================================================
--- stable/12/Makefile.inc1	Tue Apr  7 17:50:18 2020	(r359708)
+++ stable/12/Makefile.inc1	Tue Apr  7 18:41:52 2020	(r359709)
@@ -2474,6 +2474,7 @@ NXBMAKE+=	XCC="${NXBOBJTOP}/tmp/usr/bin/cc" \
 		XCPP="${NXBOBJTOP}/tmp/usr/bin/cpp"
 .endif
 NXBMAKE+=	${NXBMAKEENV} ${MAKE} -f Makefile.inc1 ${NXBMAKEARGS} \
+		MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH} \
 		TARGET=${NXB_TARGET} TARGET_ARCH=${NXB_TARGET_ARCH} \
 		TARGET_TRIPLE=${MACHINE_TRIPLE:Q}
 # NXBDIRS is improperly based on MACHINE rather than NXB_TARGET.  Need to


More information about the svn-src-stable-12 mailing list