]> asedeno.scripts.mit.edu Git - linux.git/commit
s390: remove -fno-strength-reduce flag
authorArnd Bergmann <arnd@arndb.de>
Mon, 8 Apr 2019 21:26:14 +0000 (23:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 11 Apr 2019 11:36:46 +0000 (13:36 +0200)
commitc1afcaec2af6d80d057b184eb86cbb018fce6517
tree352edec140cddd5ad570093d60aaca019003121a
parent7aa0055e06475f7b486c0673bc59c6478bc055fa
s390: remove -fno-strength-reduce flag

This was added as a workaround for really old compilers, and it prevents
building with clang now. I can see no reason for keeping it, as it has
already been removed for most architectures in the pre-git era, so
let's remove it everywhere, rather than only for clang.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile