svn commit: r321594 - stable/11

Ed Maste emaste at FreeBSD.org
Wed Jul 26 23:18:15 UTC 2017


Author: emaste
Date: Wed Jul 26 23:18:14 2017
New Revision: 321594
URL: https://svnweb.freebsd.org/changeset/base/321594

Log:
  MFC r312857: Use cross-NM (XNM) in compat32 build
  
  An attempt to build mips64 using external toolchain failed as it tried
  to use the host amd64 nm.

Modified:
  stable/11/Makefile.libcompat
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.libcompat
==============================================================================
--- stable/11/Makefile.libcompat	Wed Jul 26 23:14:21 2017	(r321593)
+++ stable/11/Makefile.libcompat	Wed Jul 26 23:18:14 2017	(r321594)
@@ -34,6 +34,8 @@ LIB32WMAKEFLAGS=	\
 		OBJCOPY="${XOBJCOPY}"
 .endif
 
+LIB32WMAKEFLAGS+= NM="${XNM}"
+
 
 LIB32CFLAGS=	-m32 -DCOMPAT_32BIT
 LIB32DTRACE=	${DTRACE} -32


More information about the svn-src-all mailing list