Merge pull request #1669 from plntyk/fix_gcc5_flashrom
flashrom: fix gcc5 build
This commit is contained in:
commit
fe3779e8d4
|
@ -46,6 +46,8 @@ define Package/flashrom/description
|
|||
/firmware images.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS+=-std=gnu89
|
||||
|
||||
MAKE_FLAGS += \
|
||||
PREFIX="/usr"
|
||||
|
||||
|
|
Loading…
Reference in New Issue