u-boot/arch/sandbox/cpu
Masahiro Yamada 3d83efbce9 sandbox: Use system headers first for sandbox's os.c in a different way
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>
Acked-by: Simon Glass <sjg@chromium.org>
2014-01-29 16:08:52 -05:00
..
cpu.c sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
Makefile sandbox: Use system headers first for sandbox's os.c in a different way 2014-01-29 16:08:52 -05:00
os.c sandbox: fix the return type of os_free() function 2014-01-24 16:59:08 -05:00
start.c sandbox: Add facility to save/restore sandbox state 2014-01-08 17:25:08 -07:00
state.c sandbox: Add facility to save/restore sandbox state 2014-01-08 17:25:08 -07:00
u-boot.lds Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00