diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-05-30 15:45:27 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-11 16:25:38 -0400 |
commit | 9262233a963713f1ab77bcf30dcaffdfe6822200 (patch) | |
tree | f2630a858613d57c5372556957af8753a74e75f9 /board/teejet/mt_ventoux/mt_ventoux.c | |
parent | 28b62f0de361ae640eb286969536a236cc8febda (diff) | |
download | blackbird-obmc-uboot-9262233a963713f1ab77bcf30dcaffdfe6822200.tar.gz blackbird-obmc-uboot-9262233a963713f1ab77bcf30dcaffdfe6822200.zip |
Makefile: fix clang warnings due to clang support
Building u-boot tools with clang as a host compiler e.g. on
FreeBSD with `gmake HOSTCC=clang CONFIG_USE_PRIVATE_LIBGCC=y tools`
leads to many warnings [1] for every compiler invocation since
commit 598e2d33. Part of mentioned commit imports linux patches:
- kbuild: LLVMLinux: Adapt warnings for compilation with clang
- kbuild: LLVMLinux: Add Kbuild support for building kernel with Clang
No version of clang supports the gcc fno-delete-null-pointer-checks
though, but it is only passed to clang. Gcc does not have the clang
specific Qunused-arguments for the target. Furthermore several
warnings are disabled which aren't encountered in u-boot. Since such
a build has worked for quite some time and works after removing these
changes, just remove the clang specific handling to restore normal
building with clang as hostcc.
[1] Actual warnings
-------------------
GEN include/autoconf.mk.dep
arm-freebsd-gcc: unrecognized option '-Qunused-arguments'
HOSTCC scripts/basic/fixdep
clang: warning: argument unused during compilation:
'-fno-delete-null-pointer-checks'
cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board/teejet/mt_ventoux/mt_ventoux.c')
0 files changed, 0 insertions, 0 deletions