Skip to content
Commit fa893990 authored by Tom Rini's avatar Tom Rini
Browse files

Makefile: Ensure we build with -std=gnu11



As many targets are now commonly built with gcc-6 or later (which
defaults to a newer C standard than older compilers), certain C
constructs are now being used as they produce more readable code.  And
while all compilers that we support building with support the C11
standard (and GNU11) they do not default to that standard.  Ensure that
we pass along -std=gnu11 when building.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent a5742efa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment