match README
This commit is contained in:
parent
f040060092
commit
68a2d5373d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -26,10 +26,10 @@ OBJS = \
|
||||||
vectors.o\
|
vectors.o\
|
||||||
|
|
||||||
# Cross-compiling (e.g., on Mac OS X)
|
# Cross-compiling (e.g., on Mac OS X)
|
||||||
TOOLPREFIX = i386-jos-elf-
|
# TOOLPREFIX = i386-jos-elf-
|
||||||
|
|
||||||
# Using native tools (e.g., on X86 Linux)
|
# Using native tools (e.g., on X86 Linux)
|
||||||
#TOOLPREFIX =
|
TOOLPREFIX =
|
||||||
|
|
||||||
CC = $(TOOLPREFIX)gcc
|
CC = $(TOOLPREFIX)gcc
|
||||||
AS = $(TOOLPREFIX)gas
|
AS = $(TOOLPREFIX)gas
|
||||||
|
|
Loading…
Reference in a new issue