From: rtm Date: Thu, 11 Sep 2008 10:22:01 +0000 (+0000) Subject: restore std toolprefix X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=adcd16c3f7588b4a28d37495f05e94278c9e3a1e;p=cs3210-lab0.git restore std toolprefix --- 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 diff --git a/xv6-rev2.tar.gz b/xv6-rev2.tar.gz index be6e390..8affba0 100644 Binary files a/xv6-rev2.tar.gz and b/xv6-rev2.tar.gz differ