Check for GCC first rather than clang in the MIPS lib32 rules.
authorjhb <jhb@FreeBSD.org>
Tue, 16 Jan 2018 01:05:04 +0000 (01:05 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 16 Jan 2018 01:05:04 +0000 (01:05 +0000)
commiteb671e677e53086c8c0f2ab563a291e576edafa2
treef938b21029b086a41d7790747eaa2317a1055f3e
parent440c9e5a954429c340b7d0d8bec857a64dec1e32
Check for GCC first rather than clang in the MIPS lib32 rules.

This works around a bug with X_COMPILER_TYPE and permits mips64 to build
again with in-tree gcc as well as clang and external gcc.

Sponsored by: DARPA / AFRL
Makefile.libcompat