libc: fix CC_C_OPT in libm

This commit is contained in:
Christian Helmuth 2020-04-02 10:06:52 +02:00 committed by Norman Feske
parent 64bc008c3a
commit 4738d77c88
1 changed files with 2 additions and 2 deletions

View File

@ -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