From 99afd653ee3d080a354539e5fa838225b3fe4943 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 2 Mar 2017 19:32:58 -0800 Subject: syslinux: Build bin2c with some warning flags Also, fix two minor issues these found. --- pkg/syslinux/gen.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/syslinux/gen.rc') diff --git a/pkg/syslinux/gen.rc b/pkg/syslinux/gen.rc index f0083638..d273d2bb 100644 --- a/pkg/syslinux/gen.rc +++ b/pkg/syslinux/gen.rc @@ -12,6 +12,7 @@ build '$outdir'/version.h awk '$srcdir'/version '|' '$dir'/version.awk ; with\ { toolchain host + cflags '-std=c99' -pedantic -Wall -Wextra set srcdir '$dir' exe bin2c bin2c.c } >tools.ninja ; subninja tools.ninja -- cgit v1.2.3