summaryrefslogtreecommitdiff
path: root/arch/s390/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-04-15 11:35:51 +0300
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-05-03 18:17:58 +0300
commitc263a4e990b7296b074e33aa077239a0a28a818e (patch)
tree75bdcba515026deb596bbcae1c35357f3c07adba /arch/s390/Makefile
parent98587c2d894c34c9af5cd84ca169e1cd493aa692 (diff)
downloadlinux-c263a4e990b7296b074e33aa077239a0a28a818e.tar.xz
s390: only build for new CPUs with clang
llvm does does not understand -march=z9-109 and older target specifiers, so disable the respective Kconfig settings and the logic to make the boot code work on old systems when building with clang. Part of the early boot code is normally compiled with -march=z900 for maximum compatibility. This also has to get changed with clang to the oldest supported ISA, which is -march=z10 here. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Makefile')
0 files changed, 0 insertions, 0 deletions