Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2017 03:43:18 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312857 - head
Message-ID:  <201701270343.v0R3hIww068402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701270343.v0R3hIww068402>