From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Thu, 3 Jul 2008 15:45:10 +0200 > Hmmm, I have a crosstool build sparc64 toolchain. > And I did do a defconfig build for each patch applied for both > sparc and spac64. But despite this something is obviously bad. > I will look at it later this week as time permits. As I mentioned in another reply, I think the cross tool is the reason why you don't see the problem. Natively, we use a bi-arch compiler which defaults to 32-bit output, whereas your cross compiler is outputting 64-bit by default. So you won't see problems involving a lost "-m64" option on the command line. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html