
29 Jan
2014
29 Jan
'14
11:34 p.m.
On Tue, Nov 26, 2013 at 04:13:59PM +0900, Masahiro wrote:
Commit cbe5cdfcd changed config.mk and arch/sandbox/cpu/Makefile to use -idirafter instead of -I and remove -nostdinc.
But
- Sandbox-specific code dirties config.mk
- os.c is compiled without such compiler flags as: -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -fno-stack-protector -fstack-usage -Wno-format-nonliteral
This commit use -idirafter and remove the -nostdinc differently and more simply.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Simon Glass sjg@chromium.org Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom