From owner-cvs-all@FreeBSD.ORG Mon Apr 4 15:58:34 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4016716A4CE; Mon, 4 Apr 2005 15:58:34 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA97E43D5F; Mon, 4 Apr 2005 15:58:33 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j34FwXk2003458; Mon, 4 Apr 2005 08:58:33 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j34FwX0K003457; Mon, 4 Apr 2005 08:58:33 -0700 (PDT) (envelope-from obrien) Date: Mon, 4 Apr 2005 08:58:33 -0700 From: "David O'Brien" To: Warner Losh Message-ID: <20050404155833.GA3147@dragon.NUXI.org> References: <200504012322.j31NM1PJ094234@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504012322.j31NM1PJ094234@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 15:58:34 -0000 On Fri, Apr 01, 2005 at 11:22:01PM +0000, Warner Losh wrote: > imp 2005-04-01 23:22:01 UTC > > FreeBSD src repository > > Modified files: > include Makefile > Log: > When $MACHINE != $MACHINE_ARCH, install $MACHINE_ARCH/include into > /usr/include/$MACHINE_ARCH in addition to installing $MACHINE/include > into /usr/include/machine. Was this discussed anywhere? On AMD64 this needs to be /usr/include/$MACHINE_ARCH/machine for $MACHINE != $MACHINE_ARCH if we are going to have a sane way of building 32-bit binaries. -- -- David (obrien@FreeBSD.org)