From: Franck Bui-Huu Date: Thu, 15 Feb 2007 11:06:47 +0000 (+0100) Subject: [MIPS] Remove '-mno-explicit-relocs' option when CONFIG_BUILD_ELF64 X-Git-Tag: v2.6.24-rc1~1455^2~76 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c67316e706cabc2145d6c8e97f0bd8f2a86d8a1;p=pandora-kernel.git [MIPS] Remove '-mno-explicit-relocs' option when CONFIG_BUILD_ELF64 This patch removes '-mno-explicit-relocs' usage when CONFIG_BUILD_ELF64 is set since this option was only required with the old hack to truncate addresses at the assembly level where "-mabi=64 -Wa,-mabi=32" was used. This should yield a small code size improvement for inline assembly, where the R constraint is used. The idea is coming from Maciej . Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed