From owner-svn-src-head@FreeBSD.ORG Thu Nov 17 14:44:56 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 977BC106566B; Thu, 17 Nov 2011 14:44:56 +0000 (UTC) (envelope-from kensmith@buffalo.edu) Received: from localmailB.acsu.buffalo.edu (localmailb.acsu.buffalo.edu [128.205.5.200]) by mx1.freebsd.org (Postfix) with ESMTP id 2981A8FC0A; Thu, 17 Nov 2011 14:44:55 +0000 (UTC) Received: from localmailB.acsu.buffalo.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 7468A4FB7; Thu, 17 Nov 2011 09:44:54 -0500 (EST) Received: from localmailB.acsu.buffalo.edu (localhost [127.0.0.1]) by localmailB.acsu.buffalo.edu (Postfix) with ESMTP id 7B5EE5A3A; Thu, 17 Nov 2011 09:44:53 -0500 (EST) Received: from smtp2.acsu.buffalo.edu (smtp2.acsu.buffalo.edu [128.205.5.254]) by localmailB.acsu.buffalo.edu (Prefixe) with ESMTP id 4745F59CD; Thu, 17 Nov 2011 09:44:53 -0500 (EST) Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76]) (Authenticated sender: kensmith@buffalo.edu) by smtp2.acsu.buffalo.edu (Postfix) with ESMTPSA id 2A8CB477EA; Thu, 17 Nov 2011 09:44:53 -0500 (EST) From: Ken Smith To: David Chisnall In-Reply-To: References: <201111151849.pAFInR3K012609@svn.freebsd.org> <20111116.232828.343708041526200614.nyan@FreeBSD.org> <4EC3D40A.5040204@freebsd.org> <1321457050.78238.10.camel@bauer.cse.buffalo.edu> <20111117124210.GB2051@garage.freebsd.pl> <1321535020.82271.5.camel@bauer.cse.buffalo.edu> <20111117143149.GA96475@FreeBSD.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-bUb+CHb+qKVDNlnUWLMf" Date: Thu, 17 Nov 2011 09:44:52 -0500 Message-ID: <1321541092.82271.15.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-PM-EL-Spam-Prob: : 8% Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, Pawel Jakub Dawidek , svn-src-all@FreeBSD.org, TAKAHASHI Yoshihiro , Nathan Whitehorn , svn-src-head@FreeBSD.org Subject: Re: svn commit: r227536 - in head: release share/man/man7 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 17 Nov 2011 14:44:56 -0000 --=-bUb+CHb+qKVDNlnUWLMf Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Thu, 2011-11-17 at 14:34 +0000, David Chisnall wrote: > On 17 Nov 2011, at 14:31, Alexey Dokuchaev wrote: >=20 > >>>> Kinda gross but "FBSD-9.0-RELEASE-amd64-amd64-bootonly.iso"? > >>>=20 > >>> Can't we use one if they are equal? > >>=20 > >> I'd prefer consistency. [...] > >=20 > > But it looks so plain stupid! >=20 > I've had someone ask me what amd64-amd64 meant when I pointed them as the= RC announcement. I replied that I had no idea and suggested that possibly= RE had been handed over to the department of redundancy department. Havin= g read this thread, I can now confidently say... that I still have no idea. >=20 > But (with my compiler-writer hat on) please tell me that we're not invent= ing yet another incompatible form of target triple. We have at least twice= as many as we need already... >=20 > David >=20 This is the problem we are trying to "solve": kim 1 % cd /usr/src kim 2 % make targets Supported TARGET/TARGET_ARCH pairs for world and kernel targets amd64/amd64 arm/arm arm/armeb i386/i386 ia64/ia64 mips/mipsel mips/mipseb mips/mips64el mips/mips64eb mips/mipsn32eb pc98/i386 powerpc/powerpc powerpc/powerpc64 sparc64/sparc64 kim 3 %=20 We currently only do formal builds for a sub-set. But as time goes on who knows... We could, for now, settle on just either `uname -m` or `uname -p` so we only have one "name". But note that's only possible for 9.0 because pc98 builds aren't being done. If we choose a scheme that doesn't cause a conflict between the two powerpc builds we're doing for 9.0 (powerpc and powerpc64) then if pc98 ever comes back we will have a conflict between i386 and pc98. --=20 Ken Smith - From there to here, from here to | kensmith@buffalo.edu there, funny things are everywhere. | - Theodor Geisel | --=-bUb+CHb+qKVDNlnUWLMf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk7FHeQACgkQ/G14VSmup/ZzTgCfVMY8HT77kY1LUILF+o/aMxrq 7noAoIbzZf8+7TWXgrCwU2feBptxSgRp =5HIz -----END PGP SIGNATURE----- --=-bUb+CHb+qKVDNlnUWLMf--