commit | 0a1b894d05c057213ec910c7ea51e3707fd4c81c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jun 19 23:53:54 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 19 23:53:54 2018 -0400 |
tree | 230f8575bad6e95b745b28bb8036e470d4ab9cc4 | |
parent | a5742efa20384a27d51ee6c43d02c2025536c65d [diff] |
Makefile: Ensure we build with -std=gnu11 With the move to using at least gcc-6 for many targets we now have C code that requires the GNU11 C standard to be used in all cases. Signed-off-by: Tom Rini <trini@konsulko.com>