Browse Source

flashrom: fix gcc5 build

default C dialect changed with gcc5
explicitly use old C dialect

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
lilik-openwrt-22.03
Dirk Neukirchen 9 years ago
parent
commit
f8e6574e64
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/flashrom/Makefile

+ 2
- 0
utils/flashrom/Makefile View File

@ -46,6 +46,8 @@ define Package/flashrom/description
/firmware images.
endef
TARGET_CFLAGS+=-std=gnu89
MAKE_FLAGS += \
PREFIX="/usr"


Loading…
Cancel
Save