Updating Makefile to work with Macports tools
This commit is contained in:
parent
ff2783442e
commit
0ae596828b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -29,7 +29,7 @@ OBJS = \
|
||||||
vm.o\
|
vm.o\
|
||||||
|
|
||||||
# Cross-compiling (e.g., on Mac OS X)
|
# Cross-compiling (e.g., on Mac OS X)
|
||||||
#TOOLPREFIX = i386-jos-elf-
|
TOOLPREFIX = i386-elf-
|
||||||
|
|
||||||
# Using native tools (e.g., on X86 Linux)
|
# Using native tools (e.g., on X86 Linux)
|
||||||
#TOOLPREFIX =
|
#TOOLPREFIX =
|
||||||
|
@ -51,7 +51,7 @@ TOOLPREFIX := $(shell if i386-jos-elf-objdump -i 2>&1 | grep '^elf32-i386$$' >/d
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# If the makefile can't find QEMU, specify its path here
|
# If the makefile can't find QEMU, specify its path here
|
||||||
#QEMU =
|
QEMU = qemu-system-i386
|
||||||
|
|
||||||
# Try to infer the correct QEMU
|
# Try to infer the correct QEMU
|
||||||
ifndef QEMU
|
ifndef QEMU
|
||||||
|
|
Loading…
Reference in a new issue