From: rsc Date: Tue, 28 Aug 2007 19:30:29 +0000 (+0000) Subject: match README X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=68a2d5373d4f7d37a263d13e013882b86232c482;p=cs3210-lab1.git match README --- diff --git a/Makefile b/Makefile index c063486..61d7a69 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,10 @@ OBJS = \ vectors.o\ # Cross-compiling (e.g., on Mac OS X) -TOOLPREFIX = i386-jos-elf- +# TOOLPREFIX = i386-jos-elf- # Using native tools (e.g., on X86 Linux) -#TOOLPREFIX = +TOOLPREFIX = CC = $(TOOLPREFIX)gcc AS = $(TOOLPREFIX)gas