mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-22 16:29:59 +00:00
libunix: add -ffreestanding to CFLAGS to fix nonnull-compare warning
This commit is contained in:
parent
b6f49c0e6b
commit
6e23d9a665
@ -4,7 +4,7 @@
|
||||
|
||||
TOP = $(shell pwd)
|
||||
|
||||
CFLAGS += -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -Os
|
||||
CFLAGS += -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -ffreestanding -fpic -O2 -Os
|
||||
CPPFLAGS = -I$(TOP) -I$(TOP)/../libmacos -DARCH_M68K
|
||||
|
||||
LIBRARY = libunix.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user