From owner-cvs-src@FreeBSD.ORG Sat Mar 29 15:23:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 655F637B401; Sat, 29 Mar 2003 15:23:48 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7F643F75; Sat, 29 Mar 2003 15:23:47 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.8/8.12.7) with ESMTP id h2TNNdAm044157; Sat, 29 Mar 2003 15:23:39 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.8/8.12.8/Submit) id h2TNNYjY044156; Sat, 29 Mar 2003 15:23:34 -0800 (PST) Date: Sat, 29 Mar 2003 15:23:34 -0800 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20030329232334.GA44122@dragon.nuxi.com> References: <200303111145.h2BBjh5T025767@repoman.freebsd.org> <20030329025822.GA37827@dragon.nuxi.com> <20030328.222347.85393537.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030328.222347.85393537.imp@bsdimp.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 23:23:50 -0000 On Fri, Mar 28, 2003 at 10:23:47PM -0700, M. Warner Losh wrote: > Are you also going to fix the cross compilation breakage that this > causes? I am testing "make -DNO_WERROR MACHINE_ARCH={alpha,sparc64} buildworld" on a fresh 5-CURRENT i386 box. Also "make -DNO_WERROR MACHINE_ARCH=i386 buildworld" on a fresh 5-CURRENT alpha box. I will then do a 5-CURRENT buildworld on a fresh RELENG_4 i386 system. I will fix any build issues related to my commits for these cases.