Added -Ulinux -Dsottix to the cross makefile.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-11 15:08:03 +01:00
parent 3de134a3f0
commit d9fef09ac3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LIBMAXSIROOT=$(OSROOT)/libmaxsi
LIBC=$(LIBMAXSIROOT)/start.o $(LIBMAXSIROOT)/libc.a
LIBS=$(LIBC)
CPPFLAGS=$(CPUDEFINES) -U_GNU_SOURCE
CPPFLAGS=$(CPUDEFINES) -U_GNU_SOURCE -Ulinux -Dsortix
FLAGS=-nostdinc -nostdlib -fno-builtin -nostartfiles -nodefaultlibs
INCLUDES=-I $(LIBMAXSIROOT)/preproc -I $(OSROOT)/