Searched hist:"2 d5db193ee8675def3b683ed0f3c6df439a15486" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | stubs.c | 2d5db193ee8675def3b683ed0f3c6df439a15486 Wed Sep 03 17:40:59 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|