Fix use of MACHINE_ARCH where MACHINE was intended for pc98 detection.
Reported by: nwhitehorn
This commit is contained in:
parent
52b42bace1
commit
60ee5dc5d7
@ -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*}
|
||||
|
Loading…
x
Reference in New Issue
Block a user