mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
libc: fix CC_C_OPT in libm
This commit is contained in:
parent
64bc008c3a
commit
4738d77c88
@ -10,8 +10,8 @@ LIBM_SRC_DIR := $(LIBM_PORT_DIR)src/lib/openlibm
|
||||
SHARED_LIB = yes
|
||||
LIBS += libc
|
||||
|
||||
CC_OPT += -fno-gnu89-inline
|
||||
CC_OPT += -std=c99 -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
|
||||
CC_C_OPT += -fno-gnu89-inline
|
||||
CC_C_OPT += -std=c99 -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
|
||||
|
||||
CC_OPT += -include sys/cdefs.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user