]> Devi Nivas Git - cs3210-lab1.git/commitdiff
match README
authorrsc <rsc>
Tue, 28 Aug 2007 19:30:29 +0000 (19:30 +0000)
committerrsc <rsc>
Tue, 28 Aug 2007 19:30:29 +0000 (19:30 +0000)
Makefile

index c06348669ae57e270729b2aee8ea404c46761723..61d7a69e9d1723d8a1b8f9ea06a8a53f0c1a0c58 100644 (file)
--- 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