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)
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>

No differences found