]> git.baikalelectronics.ru Git - kernel.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)
commit4a29a45b41fd321af3adbbdd4e4b4319893c6bc5
tree352edec140cddd5ad570093d60aaca019003121a
parente75788786f61359dedd1690f86c8bd5a2c21d5b3
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