7b87c35eba
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)
8 lines
175 B
Makefile
8 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR:= ${SUBDIR:Nsysinstall}
|
|
# uathload broken for n32 and n64 due to toolchain issues
|
|
.if ${MACHINE_ARCH:Mmipse[lb]} == ""
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
.endif
|