On Tue, 6 May 2008, Ulrich Drepper wrote: > > This patch breaks UML for me on x86-64 running Fedora 8 (gcc 4.1.2):
It breaks things how? Because on x86, the cut-off is gcc4 vs pre-4. See arch/x86/Makefile: KBUILD_CFLAGS += $(shell if [ $(call cc-version) -lt 0400 ] ; then \ echo $(call cc-option,-fno-unit-at-a-time); fi ;) and it's a bit distressing that these compiler flags are set two different ways (in fact, I was already bothered by the fact that UML sets it totally independently of x86 in the first place). So what is the UML failure behaviour with gcc-4.1.2? Linus ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel