diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-25 14:18:16 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-05-12 13:28:32 +0900 |
commit | dc960bfeedb01cf832c5632ed1f3daed4416b142 (patch) | |
tree | 94056dcf1decba27cb64f808d1249a969de5e851 /arch/unicore32 | |
parent | 6632fa8fcabacd75329bd2ea78cba5c43754639a (diff) | |
download | linux-dc960bfeedb01cf832c5632ed1f3daed4416b142.tar.bz2 |
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 'arch/unicore32')
0 files changed, 0 insertions, 0 deletions