flashrom: fix gcc5 build
default C dialect changed with gcc5 explicitly use old C dialect Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
parent
ad39db848e
commit
f8e6574e64
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ define Package/flashrom/description
|
||||||
/firmware images.
|
/firmware images.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS+=-std=gnu89
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
PREFIX="/usr"
|
PREFIX="/usr"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue