]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Fix compiler/assembler flags for Ebony platform boot files
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 25 May 2007 03:19:17 +0000 (13:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 2 Jun 2007 11:01:55 +0000 (21:01 +1000)
commit988519acb3dbe7168276a36cbb8fd91fddbffaee
treebd801f184f63c390bb37b7f15ac149cf763d0f03
parent7d43e57764fe6922703c36d8d0d56a7ead21f03d
[POWERPC] Fix compiler/assembler flags for Ebony platform boot files

The recent addition of assembler flags for 44x.c and ebony.c in the
bootwrapper to make them compile on certain toolchains was not correct
and could break other platforms.  This patch switches to using a
compiler flag instead, which implies the appropriate assembler flag,
and also stops the compiler itself generating instructions which are
invalid for the platform in question.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile