Use MACHINE_ARCH instead of ARCH

This commit is contained in:
Thomas Veerman
2012-06-06 11:27:00 +00:00
parent f93afa00e9
commit f09c2e014f
8 changed files with 10 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ touch-genfiles:
# but bsd.own.mk has to be upgraded for that.
.mfs.o:
${_MKTARGET_CREATE}
${OBJCOPY} -Ibinary -B${ARCH} -Oelf32-${ARCH}-minix $< $@
${OBJCOPY} -Ibinary -B${MACHINE_ARCH} -Oelf32-${MACHINE_ARCH}-minix $< $@
${RAMDISK_PATH}/image: .PHONY
${MAKE} -C ${RAMDISK_PATH} image