Skip to content
Commit dc960bfe authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 6632fa8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment