MIPS has lots of flavors as well
This commit is contained in:
parent
714cf6c0df
commit
6e6abcfd24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user