Fix use of MACHINE_ARCH where MACHINE was intended for pc98 detection.

Reported by:	nwhitehorn
This commit is contained in:
David Chisnall 2013-09-06 20:23:15 +00:00
parent 52b42bace1
commit 60ee5dc5d7

View File

@ -402,7 +402,7 @@ __T=${MACHINE_ARCH}
.if defined(TARGET)
__TT=${TARGET}
.else
__TT=${MACHINE_ARCH}
__TT=${MACHINE}
.endif
# Clang is only for x86, powerpc and little-endian arm right now, by default.
.if ${__T} == "amd64" || ${__T} == "i386" || ${__T:Mpowerpc*}