Yes: the resulting kernel may not work on maschines not identical to
the one the GCC was compiled for. You have this problem on all
architectures. Example: You compile a sparc32 kernel with a GCC built for
sparc64. In that case the sparc64 libgcc will contain code for sparc v9
which will not run on any sparc v8 or older. Or for the PC folks out
there simply replace sparc32 with 386 and and sparc64 with Pentium-III.
Yours,
Dominik Kubla
-- Networking Group, Hospital of Johannes Gutenberg-University Obere Zahlbacher Straße 69, 55101 Mainz, Germany Tel: +49 (0)6131 17-2482 FAX: +49 (0)6131 17-5521- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/