Files
u-boot/tools
Tom Rini 4f03a4c766 tools: Stop re-defining -std= when building tools
While we intentionally set -std=gnu11 for building host tools, and have
for quite some time, we never dropped -std=gnu99 from tools/Makefile.
This resulted in passing -std=gnu11 ... -std=gnu99 when building, and
gnu99 would win.  This in turn would result now in warnings such as:
tools/mkeficapsule.c:25:15: warning: redefinition of typedef 'u32' is a C11 feature [-Wtypedef-redefinition]
typedef __u32 u32;
              ^

Signed-off-by: Tom Rini <trini@konsulko.com>
2021-10-19 11:25:25 -04:00
..
2021-10-18 13:19:50 -04:00
2021-10-14 19:45:07 -04:00
2021-09-25 09:46:15 -06:00
2021-09-02 11:19:58 -04:00
2019-07-29 00:20:31 +02:00
2021-01-13 02:38:00 +01:00
2019-11-04 18:15:32 -07:00