svn commit: r312857 - head

Ed Maste emaste at FreeBSD.org
Fri Jan 27 03:43:20 UTC 2017


Author: emaste
Date: Fri Jan 27 03:43:18 2017
New Revision: 312857
URL: https://svnweb.freebsd.org/changeset/base/312857

Log:
  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.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/Makefile.libcompat

Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat	Fri Jan 27 02:35:05 2017	(r312856)
+++ head/Makefile.libcompat	Fri Jan 27 03:43:18 2017	(r312857)
@@ -50,6 +50,8 @@ LIB32WMAKEFLAGS= LD="${XLD} -m elf32btsm
 LIB32WMAKEFLAGS+= OBJCOPY="${XOBJCOPY}"
 .endif
 
+LIB32WMAKEFLAGS+= NM="${XNM}"
+
 
 LIB32CFLAGS=	-DCOMPAT_32BIT
 LIB32DTRACE=	${DTRACE} -32


More information about the svn-src-all mailing list