MIPS has lots of flavors as well

This commit is contained in:
Warner Losh 2010-12-28 22:49:28 +00:00
parent 714cf6c0df
commit 6e6abcfd24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216783

View File

@ -17,6 +17,6 @@ LINT: ${NOTES} ../../conf/makeLINT.sed
echo "ident ${.TARGET}-VIMAGE" >> ${.TARGET}-VIMAGE
echo "options VIMAGE" >> ${.TARGET}-VIMAGE
.endif
.if ${TARGET} == "powerpc"
.if ${TARGET} == "powerpc" || ${TARGET} == "mips"
echo "machine ${TARGET} ${TARGET_ARCH}" >> ${.TARGET}
.endif