]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
MIPS: Don't pass -finline-limit=100000.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 21 Dec 2005 02:02:26 +0000 (03:02 +0100)
committer <ralf@denk.linux-mips.net> <>
Tue, 10 Jan 2006 13:39:08 +0000 (13:39 +0000)
commitd4ea001dd0912a14967266581601494d94a4c565
treea42c805f72cf337c26df72b4d478fc430ff8b977
parentd56efda4510b1c6be3bd5ceb3e6dd3a4d64396f3
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 <ralf@linux-mips.org>
arch/mips/Makefile