diff options
author | rtm <rtm> | 2008-09-11 10:22:01 +0000 |
---|---|---|
committer | rtm <rtm> | 2008-09-11 10:22:01 +0000 |
commit | adcd16c3f7588b4a28d37495f05e94278c9e3a1e (patch) | |
tree | b4c8ece200a92b6e661f664deb74551f69ef1057 | |
parent | 4651d04ad13f4f49a54e745397c5fecdfe60beca (diff) | |
download | xv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.tar.gz xv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.tar.bz2 xv6-labs-adcd16c3f7588b4a28d37495f05e94278c9e3a1e.zip |
restore std toolprefix
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | xv6-rev2.tar.gz | bin | 68374 -> 68371 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -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 differindex be6e390..8affba0 100644 --- a/xv6-rev2.tar.gz +++ b/xv6-rev2.tar.gz |