Skip to content
Snippets Groups Projects
Commit dfa71dd1 authored by rtoy's avatar rtoy
Browse files

Use -xM1 so we don't include dependencies to /usr/include.

parent 0cb64db4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ include Config.sparc_common
CC = cc -xlibmieee -g
CFLAGS += -Di386
CPP = cc -E
DEPEND_FLAGS = -xM
DEPEND_FLAGS = -xM1
ASSEM_SRC = x86-assem.S
ARCH_SRC = x86-arch.c
......
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