diff options
author | 2020-04-25 14:18:16 +0900 | |
---|---|---|
committer | 2020-05-12 13:28:32 +0900 | |
commit | dc960bfeedb01cf832c5632ed1f3daed4416b142 (patch) | |
tree | 94056dcf1decba27cb64f808d1249a969de5e851 /scripts/mkcompile_h | |
parent | hexagon: suppress error message for 'make clean' (diff) | |
download | wireguard-linux-dc960bfeedb01cf832c5632ed1f3daed4416b142.tar.xz wireguard-linux-dc960bfeedb01cf832c5632ed1f3daed4416b142.zip |
h8300: suppress error messages for 'make clean'
'make ARCH=h8300 clean' emits error messages as follows:
$ make ARCH=h8300 clean
gcc: error: missing argument to '-Wframe-larger-than='
gcc: error: unrecognized command line option '-mint32'
You can suppress the second one by setting the correct CROSS_COMPILE=,
but we should not require any compiler for cleaning.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/mkcompile_h')
0 files changed, 0 insertions, 0 deletions