cvs commit: src Makefile.inc1 src/usr.sbin/kgzip elfhdr.c endian.h i386_a.out.h kgzcmp.c

M. Warner Losh imp at bsdimp.com
Fri Mar 28 21:24:15 PST 2003


In message: <20030329025822.GA37827 at dragon.nuxi.com>
            "David O'Brien" <obrien at FreeBSD.org> 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 <a.out.h>, 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 <sys/endian.h> 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


More information about the cvs-src mailing list