commit | 90543ec8290b31b15fc9dd6de8e9c2b6347a9059 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue May 26 16:10:02 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 28 00:29:22 2015 +0100 |
tree | 0e34bce5c89ae9d7e253eb478485c81e270c47bf | |
parent | 6e27549bbcdb35975d5c157a2170b81bcb1291db [diff] |
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 <arnd@arndb.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>