summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrtm <rtm>2008-09-11 10:22:01 +0000
committerrtm <rtm>2008-09-11 10:22:01 +0000
commitadcd16c3f7588b4a28d37495f05e94278c9e3a1e (patch)
treeb4c8ece200a92b6e661f664deb74551f69ef1057 /Makefile
parent4651d04ad13f4f49a54e745397c5fecdfe60beca (diff)
downloadxv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.tar.gz
xv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.tar.bz2
xv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.zip
restore std toolprefix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dbc4674..6d89f42 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