From owner-svn-src-head@FreeBSD.ORG Tue Apr 28 17:54:00 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1663B774; Tue, 28 Apr 2015 17:54:00 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAC9C1FE3; Tue, 28 Apr 2015 17:53:59 +0000 (UTC) Received: by pacwv17 with SMTP id wv17so2341215pac.0; Tue, 28 Apr 2015 10:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=uJFIp1kkdpL4sN0tBVTodCDUqd/2t/ekPN7UHvFvDys=; b=BFSzz3Do1S7n832o9UFzqM+vsc+eWKpXg9GWEFB0aN4oFgglqGdugDaUiHynfYHTfV JWIBCaxlUnyT1akyofw2195bhX9krHWhj6aLybQjaA7iFTpxDHpnMhXOYf+GvotDknal STK0S6HHHwLja3LkjIyGmxsjbIZFvRJPAmhtorAJR6gHqw72/V8HI0ms/Zt3IG1X1kNu X+d0I/kYJkW7scHSo5u/AzwbTyxNEPAFBUM/30Hm0hNfXuEniPbwJKytYndXSYGSrf0J PeJ7LMBn5P6B+4WIiJzLE+ktV2zPhnIbP5TA/dGm6wsJIOmBc32YGFxDIFexGAdmQ4FJ +Kug== X-Received: by 10.70.126.225 with SMTP id nb1mr34720474pdb.71.1430243639438; Tue, 28 Apr 2015 10:53:59 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id qm2sm23078539pdb.57.2015.04.28.10.53.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Apr 2015 10:53:58 -0700 (PDT) References: <201504281713.t3SHD5UW096783@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201504281713.t3SHD5UW096783@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <42F6A579-082C-4159-8E16-1C8B69B0A3AE@gmail.com> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" X-Mailer: iPhone Mail (12F70) From: Garrett Cooper Subject: Re: svn commit: r282156 - head Date: Tue, 28 Apr 2015 10:53:57 -0700 To: Ed Maste X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 17:54:00 -0000 > On Apr 28, 2015, at 10:13, Ed Maste wrote: >=20 > Author: emaste > Date: Tue Apr 28 17:13:05 2015 > New Revision: 282156 > URL: https://svnweb.freebsd.org/changeset/base/282156 >=20 > Log: > Don't add arm64 to universe builds if the user provided a TARGETS list >=20 > Differential Revision: https://reviews.freebsd.org/D2375 > Reported by: andrew > Reviewed by: andrew, imp > Sponsored by: The FreeBSD Foundation >=20 > Modified: > head/Makefile >=20 > Modified: head/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/Makefile Tue Apr 28 17:05:55 2015 (r282155) > +++ head/Makefile Tue Apr 28 17:13:05 2015 (r282156) > @@ -373,19 +373,19 @@ kernel-toolchains: > # existing system is. > # > .if make(universe) || make(universe_kernels) || make(tinderbox) || make(ta= rgets) > -TARGETS?=3Damd64 arm i386 mips pc98 powerpc sparc64 > # XXX Add arm64 to universe only if we have an external binutils installed= . > # It does not build with the in-tree linker. > .if exists(/usr/local/aarch64-freebsd/bin/ld) > -TARGETS+=3Darm64 > -TARGET_ARCHES_arm64?=3D aarch64 > -.else > +UNIVERSE_arm64=3Darm64 > +.elif empty(${TARGETS}) > universe: universe_arm64_skip > universe_epilogue: universe_arm64_skip > universe_arm64_skip: universe_prologue > @echo ">> arm64 skipped - install aarch64-binutils port or package to b= uild" > .endif > +TARGETS?=3Damd64 arm Why just amd64/arm here?=