Re: [2.6 patch] Use -ffreestanding? (fwd)

From: Jan Engelhardt
Date: Mon Nov 22 2004 - 03:39:05 EST


>Hi Andrew,
>
>for the kernel, it would be logical to use -ffreestanding. The kernel is
>not a hosted environment with a standard C library.

Note the GCC docs:

Assert that compilation takes place in a freestanding environment. This
implies -fno-builtin. [...]

This will break a lot of code, since there are many thing that depend upon GCC
builtin magic AFAICS.

(BTW, seems to be supported by GCC 3.3.0 too, because that manpage is packaged
together with gcc-3.3.rpm (suse 9.x))



Jan Engelhardt
--
Gesellschaft fÃr Wissenschaftliche Datenverarbeitung
Am Fassberg, 37077 GÃttingen, www.gwdg.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/