xv6

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

commit 68a2d5373d4f7d37a263d13e013882b86232c482
parent f04006009263d18f3b38b905a3ed18e029963351
Author: rsc <rsc>
Date:   Tue, 28 Aug 2007 19:30:29 +0000

match README

Diffstat:
MMakefile | 4++--
1 file 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