dde_linux: explicitly build C89 with GNU extensions

Issue #2372
This commit is contained in:
Christian Helmuth
2017-04-13 12:25:40 +02:00
parent 6513d0ce0f
commit 6b2d8a740d
4 changed files with 8 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ CC_OPT += -DCONFIG_USB_DEVICEFS -DCONFIG_HOTPLUG -DDEBUG -DCONFIG_USB_PHY=1 \
CC_WARN = -Wall -Wno-unused-variable -Wno-uninitialized \
-Wno-unused-function -Wno-overflow
CC_C_OPT += -Wno-unused-but-set-variable -Wno-pointer-sign -Wno-unused-label
CC_C_OPT += -std=gnu89 -Wno-unused-but-set-variable -Wno-pointer-sign -Wno-unused-label
CC_CXX_OPT = -fpermissive