From: Ben Dooks Date: Mon, 22 Jul 2013 15:32:19 +0000 (+0100) Subject: ARM: set --be8 when linking modules X-Git-Tag: v3.13-rc1~103^2~1^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab89d0bf8054c3146ec06df357946bb87f36729;p=pandora-kernel.git ARM: set --be8 when linking modules To avoid having to make every text section swap the instruction order of all instructions, make sure modules are built also built with --be8 (as is the current kernel final link). If we do not do this, we would end up having to swap all instructions when loading a module, instead of just the instructions that we are applying ELF relocations to. Signed-off-by: Ben Dooks Reviewed-by: Dave Martin --- Reading git-diff-tree failed