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

hexagon: suppress error message for 'make clean'



'make ARCH=hexagon clean' emits an error message as follows:

  $ make ARCH=hexagon clean
  gcc: error: unrecognized command line option '-G0'

You can suppress it by setting the correct CROSS_COMPILE=,
but we should not require any compiler for cleaning.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Acked-by: default avatarBrian Cain <bcain@codeaurora.org>
parent 7e49afc0
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