Re: 2.6.16-rc3-mm1: i386 compilation broken

From: Andi Kleen
Date: Tue Feb 14 2006 - 08:25:53 EST


On Tuesday 14 February 2006 14:17, Adrian Bunk wrote:
> On Tue, Feb 14, 2006 at 01:41:57AM -0800, Andrew Morton wrote:
> >...
> > Changes since 2.6.16-rc2-mm1:
> >...
> > +x86_64-fix-string.patch
> >...
> > x86_64 tree updates.
> >...
>
> This patch breaks the compilation on i386:

Ok then the -ffreestanding was apparently still needed on other architectures too.
I guess that part of the patch can be just dropped.

Andrew can you drop that please?

-Andi

Index: linux/Makefile
===================================================================
--- linux.orig/Makefile
+++ linux/Makefile
@@ -339,8 +339,7 @@ LINUXINCLUDE := -Iinclude \
CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE)

CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
- -fno-strict-aliasing -fno-common \
- -ffreestanding
+ -fno-strict-aliasing -fno-common
AFLAGS := -D__ASSEMBLY__

# Read KERNELRELEASE from .kernelrelease (if it exists)
-
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/