restore std toolprefix
This commit is contained in:
parent
4651d04ad1
commit
adcd16c3f7
2 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
BIN
xv6-rev2.tar.gz
BIN
xv6-rev2.tar.gz
Binary file not shown.
Loading…
Reference in a new issue