u-boot/examples
Masahiro Yamada 2d5db193ee standalone: use GCC_VERSION defined in compiler-gcc.h
Now GCC_VERSION is defined in include/linux/compiler-gcc.h
(with a little different definition).
Use it and delete the one in examples/standlone/stub.c.

This should work on Clang too because __GNUC__, __GNUC_MINOR__,
__GNUC_PATCHLEVEL__ are also defined on Clang.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jeroen Hofstee <jeroen@myspectrum.nl>
2014-09-16 12:23:57 -04:00
..
api kbuild: use shorten logs for misc targets 2014-02-25 11:01:29 -05:00
standalone standalone: use GCC_VERSION defined in compiler-gcc.h 2014-09-16 12:23:57 -04:00
Makefile examples: move api/ and standalone/ entry to examples/Makefile 2014-02-19 11:07:51 -05:00