Revision 6632fa8fcabacd75329bd2ea78cba5c43754639a authored by Masahiro Yamada on 24 April 2020, 16:15:02 UTC, committed by Masahiro Yamada on 12 May 2020, 04:28:32 UTC
'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: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Brian Cain <bcain@codeaurora.org>
1 parent 7e49afc
History
File Mode Size
kvm
lib
Makefile -rw-r--r-- 54 bytes

back to top