MIPS/LD/testsuite: Remove unused `*-*-linux*' target matcher In the setting of GAS and LD ABI flags the `*-*-linux*' target is used twice in a different legs of a multi-part conditional, with the second instance never having a chance to match due to the earlier one. Remove the unused expression then.