Browse Source

Merge pull request #1669 from plntyk/fix_gcc5_flashrom

flashrom: fix gcc5 build
Álvaro Fernández Rojas 9 years ago
parent
commit
fe3779e8d4
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
46 46
  /firmware images.
47 47
 endef
48 48
 
49
+TARGET_CFLAGS+=-std=gnu89
50
+
49 51
 MAKE_FLAGS += \
50 52
 	PREFIX="/usr"
51 53