aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2018-11-29 23:59:26 +0100
committerMoyster <oysterized@gmail.com>2018-11-30 00:02:49 +0100
commitbe2a1194e40a49e08b28bc415e5126b0a99e1194 (patch)
tree3cca166a43fb676ce2d694711482069d64339264 /arch
parentedb28d3f70cee6d30cd57e60ffb71343b263bc52 (diff)
Revert "GCC: Fix up for gcc 5+"
This reverts commit ff505baaf412985af758d5820cd620ed9f1a7e05.
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/compressed/Makefile1
-rw-r--r--arch/arm64/crypto/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile
index 2d2cb1039..36dd9aa8e 100644
--- a/arch/arm/boot/compressed/Makefile
+++ b/arch/arm/boot/compressed/Makefile
@@ -3,7 +3,6 @@
#
# create a compressed vmlinuz image from the original vmlinux
#
-CFLAGS_decompress.o := -Os -fno-strict-aliasing -fno-graphite -fno-graphite-identity -fno-unsafe-loop-optimizations -fno-unsafe-math-optimizations -fno-loop-flatten -fno-tree-loop-linear -fno-loop-interchange -fno-loop-strip-mine -fno-loop-block -fno-loop-nest-optimize -fno-loop-unroll-and-jam -fno-loop-parallelize-all -ftree-parallelize-loops=0 -fno-openmp
OBJS =
diff --git a/arch/arm64/crypto/Makefile b/arch/arm64/crypto/Makefile
index 1ff15437b..c6e63e650 100644
--- a/arch/arm64/crypto/Makefile
+++ b/arch/arm64/crypto/Makefile
@@ -7,7 +7,6 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
-CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing
obj-$(CONFIG_CRYPTO_SHA1_ARM64_CE) += sha1-ce.o
sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o