bird: explicitly set C standard
fixes gcc5 compile compile error was: cf-lex.o: In function `add_tail': cf-lex.c:(.text+0x2d1): multiple definition of `add_tail' cf-parse.tab.o:cf-parse.tab.c:(.text+0x1f9): first defined here Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
parent
cad0d08ade
commit
b7a256e71b
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
|
CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
|
||||||
|
|
||||||
|
TARGET_CFLAGS+=-std=gnu89
|
||||||
|
|
||||||
define Build/Template
|
define Build/Template
|
||||||
|
|
||||||
$(STAMP_BUILT)-$(2): $(STAMP_PREPARED)
|
$(STAMP_BUILT)-$(2): $(STAMP_PREPARED)
|
||||||
|
|
Loading…
Reference in a new issue