From: Catalin Udma Date: Tue, 30 Jul 2013 11:39:24 +0000 (+0300) Subject: powerpc/e500: Update compilation flags with core specific options X-Git-Tag: v3.12-rc1~123^2~110^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8db32c8669f7de05b820ee4934926405af52188;p=pandora-kernel.git powerpc/e500: Update compilation flags with core specific options If CONFIG_E500 is enabled, the compilation flags are updated specifying the target core -mcpu=e5500/e500mc/8540 Also remove -Wa,-me500, being incompatible with -mcpu=e5500/e6500 The assembler option is redundant if the -mcpu= flag is set. The patch fixes the kernel compilation problem for e5500/e6500 when using gcc option -mcpu=e5500/e6500. Signed-off-by: Catalin Udma Signed-off-by: Scott Wood --- Reading git-diff-tree failed