From: Ralf Baechle Date: Wed, 21 Dec 2005 02:02:26 +0000 (+0100) Subject: MIPS: Don't pass -finline-limit=100000. X-Git-Tag: v2.6.16-rc1~462^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ea001dd0912a14967266581601494d94a4c565;p=pandora-kernel.git MIPS: Don't pass -finline-limit=100000. This was a stop gap meassure for gcc 3.3 and newer sometimes not inlining inline functions in the 2.4 days. Starting we pass the always_inline attribute, so -finline-limit is no longer necessary and it's been shown to problematic on Sparc. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed