diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-05-28 18:29:02 +0200 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-06-19 15:41:18 +0800 |
commit | 97d1e3dc8d98f97b65350f8ab221e6d061705abc (patch) | |
tree | e4b8956a7b992858f8eea2e2386f5b76a2de36c6 /scripts | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-stable-97d1e3dc8d98f97b65350f8ab221e6d061705abc.tar.gz linux-stable-97d1e3dc8d98f97b65350f8ab221e6d061705abc.tar.bz2 linux-stable-97d1e3dc8d98f97b65350f8ab221e6d061705abc.zip |
nds32: define __NDS32_E[BL]__ for sparse
nds32 depends on the macros '__NDS32_E[BL]__' to correctly
select or define endian-specific macros, structures or pieces
of code.
These macros are predefined by the compiler but sparse knows nothing
about them and thus may pre-process files differently from what
GCC would.
Fix this by adding '-D__NDS32_E[BL]__' to CHECKFLAGS.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions