diff options
| author | Nathan Chancellor <[email protected]> | 2021-03-26 00:04:34 +0000 |
|---|---|---|
| committer | Borislav Petkov <[email protected]> | 2021-03-26 10:32:55 +0000 |
| commit | d5cbd80e302dfea59726c44c56ab7957f822409f (patch) | |
| tree | 113ee5a8d504531914f1306fa2f1e989f7290e97 /lib/dynamic_debug.c | |
| parent | x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) (diff) | |
| download | kernel-d5cbd80e302dfea59726c44c56ab7957f822409f.tar.gz kernel-d5cbd80e302dfea59726c44c56ab7957f822409f.zip | |
x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGS
When cross compiling x86 on an ARM machine with clang, there are several
errors along the lines of:
arch/x86/include/asm/string_64.h:27:10: error: invalid output constraint '=&c' in asm
This happens because the compressed boot Makefile reassigns KBUILD_CFLAGS
and drops the clang flags that set the target architecture ('--target=')
and the path to the GNU cross tools ('--prefix='), meaning that the host
architecture is targeted.
These flags are available as $(CLANG_FLAGS) from the main Makefile so
add them to the compressed boot folder's KBUILD_CFLAGS so that cross
compiling works as expected.
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
