From owner-cvs-all@FreeBSD.ORG Sat Mar 29 15:26:26 2003 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 3D95F37B401; Sat, 29 Mar 2003 15:26:26 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455DD43F85; Sat, 29 Mar 2003 15:26:25 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h2TNQOA7016252; Sat, 29 Mar 2003 16:26:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 29 Mar 2003 16:25:30 -0700 (MST) Message-Id: <20030329.162530.73056391.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030329232334.GA44122@dragon.nuxi.com> References: <20030329025822.GA37827@dragon.nuxi.com> <20030328.222347.85393537.imp@bsdimp.com> <20030329232334.GA44122@dragon.nuxi.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 23:26:29 -0000 In message: <20030329232334.GA44122@dragon.nuxi.com> "David O'Brien" writes: : 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. Cool! Thanks. Warner