]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
x86/kbuild/64: Test for the availability of the -mtune=native compiler flag
authorIngo Molnar <mingo@kernel.org>
Mon, 24 Mar 2025 07:05:19 +0000 (08:05 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Mar 2025 07:24:06 +0000 (08:24 +0100)
commit01412081863aa81db47423d5719f2726d2a00a32
tree5ba515a4ba5aad68458635145dc97cbcf2e383dc
parentea1dcca1de129dfdf145338a868648bc0e24717c
x86/kbuild/64: Test for the availability of the -mtune=native compiler flag

Stephen reported this build failure when cross-compiling:

  cc1: error: bad value 'native' for '-march=' switch

Test for the availability of the -march=native flag.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> # build test
Cc: Tor Vic <torvic9@mailbox.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250324172723.49fb0416@canb.auug.org.au
arch/x86/Kconfig.cpu