From 0ae596828bf9fc7275de2fced7ec860ce46a05dd Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 28 May 2013 20:39:02 -0500 Subject: [PATCH] Updating Makefile to work with Macports tools --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 20cb884..fe25dc4 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ OBJS = \ vm.o\ # Cross-compiling (e.g., on Mac OS X) -#TOOLPREFIX = i386-jos-elf- +TOOLPREFIX = i386-elf- # Using native tools (e.g., on X86 Linux) #TOOLPREFIX = @@ -51,7 +51,7 @@ TOOLPREFIX := $(shell if i386-jos-elf-objdump -i 2>&1 | grep '^elf32-i386$$' >/d endif # If the makefile can't find QEMU, specify its path here -#QEMU = +QEMU = qemu-system-i386 # Try to infer the correct QEMU ifndef QEMU