From 90543ec8290b31b15fc9dd6de8e9c2b6347a9059 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 26 May 2015 16:10:02 +0100 Subject: [PATCH] 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-format-patch failed