Searched hist:"96 fb54a180894dc3c6821aa3297a3eb8b27f03c5" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/s390/purgatory/ |
H A D | Makefile | diff 96fb54a180894dc3c6821aa3297a3eb8b27f03c5 Mon Apr 15 10:35:52 CEST 2019 Arnd Bergmann <arnd@arndb.de> s390: boot, purgatory: pass $(CLANG_FLAGS) where needed
The purgatory and boot Makefiles do not inherit the original cflags, so clang falls back to the default target architecture when building it, typically this would be x86 when cross-compiling.
Add $(CLANG_FLAGS) everywhere so we pass the correct --target=s390x-linux option when cross-compiling.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
/linux/arch/s390/ |
H A D | Makefile | diff 96fb54a180894dc3c6821aa3297a3eb8b27f03c5 Mon Apr 15 10:35:52 CEST 2019 Arnd Bergmann <arnd@arndb.de> s390: boot, purgatory: pass $(CLANG_FLAGS) where needed
The purgatory and boot Makefiles do not inherit the original cflags, so clang falls back to the default target architecture when building it, typically this would be x86 when cross-compiling.
Add $(CLANG_FLAGS) everywhere so we pass the correct --target=s390x-linux option when cross-compiling.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|