mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Added -Ulinux -Dsottix to the cross makefile.
This commit is contained in:
parent
3de134a3f0
commit
d9fef09ac3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIBMAXSIROOT=$(OSROOT)/libmaxsi
|
||||||
LIBC=$(LIBMAXSIROOT)/start.o $(LIBMAXSIROOT)/libc.a
|
LIBC=$(LIBMAXSIROOT)/start.o $(LIBMAXSIROOT)/libc.a
|
||||||
LIBS=$(LIBC)
|
LIBS=$(LIBC)
|
||||||
|
|
||||||
CPPFLAGS=$(CPUDEFINES) -U_GNU_SOURCE
|
CPPFLAGS=$(CPUDEFINES) -U_GNU_SOURCE -Ulinux -Dsortix
|
||||||
FLAGS=-nostdinc -nostdlib -fno-builtin -nostartfiles -nodefaultlibs
|
FLAGS=-nostdinc -nostdlib -fno-builtin -nostartfiles -nodefaultlibs
|
||||||
INCLUDES=-I $(LIBMAXSIROOT)/preproc -I $(OSROOT)/
|
INCLUDES=-I $(LIBMAXSIROOT)/preproc -I $(OSROOT)/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue