From cb008dd1afea31668df80b23122049573f039ea1 Mon Sep 17 00:00:00 2001 From: jchandra Date: Thu, 27 Jan 2011 14:16:12 +0000 Subject: Fix n32 compile. These changes are needed to fix n32 compile after the recent change of mips n32 MACHINE_ARCH to mipsn32eb/mipsn32el. Reviewed by: imp, bz (earlier version) --- usr.sbin/Makefile.mips | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/Makefile.mips') diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips index 5b8fbd9..a946f3e 100644 --- a/usr.sbin/Makefile.mips +++ b/usr.sbin/Makefile.mips @@ -1,6 +1,7 @@ # $FreeBSD$ SUBDIR:= ${SUBDIR:Nsysinstall} -.if ${MACHINE_ARCH:Mmips64*} != "" +# uathload broken for n32 and n64 due to toolchain issues +.if ${MACHINE_ARCH:Mmipse[lb]} == "" SUBDIR:= ${SUBDIR:Nuathload} .endif -- cgit v1.1