|
From: Chris P. <jud...@gm...> - 2014-02-13 02:24:51
|
Hi, At $dayjob we maintain our own cross-toolchains (mostly plucked from gentoo linux). Out mips compiler ends up named "mipsbe-softfloat-linux-gnu" which fails the supported CPU test based on $host_cpu. I'm not sure how common the mipsbe thing is but I found a few references to it on various gcc mailing lists so I assume we're not the only ones. So here's a patch to update the configure test. Actually I thought by putting the mips64 stuff first we can collapse the mips32 tests into a single wildcard match. Both approaches fix my problem but the 2nd one is affects more platforms so might be a little more contentious. I'm posting this here because I didn't want to create an account on kde.org just to report a bug for which I already had a fix for. If you really a bugzilla report raised let me know. Cheers, Chris |