Skip to content
Snippets Groups Projects
Commit adcd16c3 authored by rtm's avatar rtm
Browse files

restore std toolprefix

parent 4651d04a
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
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment