Another style nit.

This commit is contained in:
David E. O'Brien 1999-12-22 02:16:21 +00:00
parent 6a36d46ee4
commit 636e7b0455

View file

@ -7,9 +7,9 @@
GCCDIR= ${.CURDIR}/../../../../contrib/gcc
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
GCC_ARCH=mips
GCC_ARCH= mips
.else
GCC_ARCH=${MACHINE_ARCH}
GCC_ARCH= ${MACHINE_ARCH}
.endif
# Machine description.