Home
last modified time | relevance | path

Searched hist:"6262 e4e74e2cdb9f231dc71c9893d4a4bd1e88df" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A Dconfig.mk6262e4e74e2cdb9f231dc71c9893d4a4bd1e88df Mon Apr 25 08:06:40 UTC 2011 Mike Frysinger <vapier@gentoo.org> disable security warning flags when possible

Some toolchains enable security warning flags by default, but these don't
really make sense in the u-boot world. Such as forcing changes like:
-printf(foo);
+printf("%s", foo);

So disable the flags when the compiler supports them. Linux has already
merged a similar change in their build system.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>