From owner-cvs-all@FreeBSD.ORG Fri Mar 28 21:24:12 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 EAA5937B401; Fri, 28 Mar 2003 21:24:12 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC6543FA3; Fri, 28 Mar 2003 21:24:11 -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 h2T5OAA7007513; Fri, 28 Mar 2003 22:24:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 28 Mar 2003 22:23:47 -0700 (MST) Message-Id: <20030328.222347.85393537.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030329025822.GA37827@dragon.nuxi.com> References: <200303111145.h2BBjh5T025767@repoman.freebsd.org> <20030329025822.GA37827@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 05:24:15 -0000 In message: <20030329025822.GA37827@dragon.nuxi.com> "David O'Brien" writes: : On Tue, Mar 11, 2003 at 03:45:43AM -0800, Ruslan Ermilov wrote: : > ru 2003/03/11 03:45:43 PST : > Added files: : > usr.sbin/kgzip endian.h i386_a.out.h : > Log: : > Convert kgzip(8) to be an i386 cross-tool. This is needed for : > cross-releasing i386 on different architectures. This version : > provides an i386 version of , and handles endianness. : > : > Revision Changes Path : : > 1.1 +52 -0 src/usr.sbin/kgzip/endian.h (new) : > http://cvsweb.freebsd.org/src/usr.sbin/kgzip/endian.h?rev=1.1 : > 1.1 +139 -0 src/usr.sbin/kgzip/i386_a.out.h (new) : > http://cvsweb.freebsd.org/src/usr.sbin/kgzip/i386_a.out.h?rev=1.1 : : Back out the addition of endian.h now. Use the head and : stop duplicating it all over the tree. I will take this to the TRB if I : have to. I am also backing out your backout of my commit doing the same : of crunchide. Are you also going to fix the cross compilation breakage that this causes? Warner