From: Arnd Bergmann Date: Tue, 26 May 2015 15:10:02 +0000 (+0100) Subject: ARM: 8381/1: fix ARMv4+Feroceon multiplatform build X-Git-Tag: omap-for-v4.2/fixes-rc1^2~100^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90543ec8290b31b15fc9dd6de8e9c2b6347a9059;p=pandora-kernel.git ARM: 8381/1: fix ARMv4+Feroceon multiplatform build The feroceon copypage implementation cannot be built when targetting an ARMv4 CPU, so we need to pass the march=armv5te flag manually to gcc when building this file. This is obviously safe since that code will not be executed on ARMv4. Signed-off-by: Arnd Bergmann Signed-off-by: Russell King --- Reading git-diff-tree failed