Skip to content
Snippets Groups Projects
Commit 68a2d537 authored by rsc's avatar rsc
Browse files

match README

parent f0400600
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment