tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: worrying differences in object code due to different build host!



On Sun, May 31, 2015 at 04:20:53PM -0700, Greg A. Woods wrote:
> Here's the first interesting part of a diff of the "objdump --disassemble"
> between two i386 kernels built from the same source within a few minutes
> of each other, but the one on the left was built on a native i386
> machine and the one on the right was built on an amd64 machine (in a Xen
> domU), running netbsd-4 and netbsd-5 respectively:

Just to make sure: you did build those kerenels with

	build.sh kernel=CONFIG

or the (mostly equivalent) $TOOLDIR/bin/nbmake-i386 (and not
just "make && make depend")?

Martin


Home | Main Index | Thread Index | Old Index