Re: [PATCH 2.6.20 1/14] CRIS architecture update - Build system

From: Sam Ravnborg
Date: Sun Apr 22 2007 - 15:40:34 EST


On Sun, Apr 22, 2007 at 09:24:34PM +0200, Mikael Starvik wrote:
> The attached patch improves the CRIS build system by allowing out-of-tree objdir everywhere
I have browsed through the changes and this is in addition a much more readable
set of Makefile's - good work!

I stumbled over this:

+AFLAGS = -traditional
+LD = gcc-cris -mlinux -nostdlib
+LDFLAGS = -T $(obj)/rescue.ld

We have in i386 / x86_64 recently managed to get rid of -traditional.
And it looks a bit strange that you use gcc as linker.

But thats how it was also done before so not a big issue.

>
> Signed-off-by: Mikael Starvik <starvik@xxxxxxxx>
Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx>


Sam
-
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/