mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 17:59:28 -05:00
firmware-utils: mkdlinkfw: compile as gnu99
Compile as gnu99 to fix the build. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -81,7 +81,7 @@ define Host/Compile
|
||||
$(call cc,mkbuffaloimg, -Wall)
|
||||
$(call cc,zyimage, -Wall)
|
||||
$(call cc,mkdhpimg buffalo-lib, -Wall)
|
||||
$(call cc,mkdlinkfw mkdlinkfw-lib, -lz -Wall)
|
||||
$(call cc,mkdlinkfw mkdlinkfw-lib, -lz -Wall --std=gnu99)
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
||||
Reference in New Issue
Block a user