xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit adcd16c3f7588b4a28d37495f05e94278c9e3a1e
parent 4651d04ad13f4f49a54e745397c5fecdfe60beca
Author: rtm <rtm>
Date:   Thu, 11 Sep 2008 10:22:01 +0000

restore std toolprefix

Diffstat:
MMakefile | 4++--
Mxv6-rev2.tar.gz | 0
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 Binary files differ.