From be2a1194e40a49e08b28bc415e5126b0a99e1194 Mon Sep 17 00:00:00 2001 From: Moyster Date: Thu, 29 Nov 2018 23:59:26 +0100 Subject: Revert "GCC: Fix up for gcc 5+" This reverts commit ff505baaf412985af758d5820cd620ed9f1a7e05. --- security/Makefile | 2 -- security/selinux/Makefile | 1 - 2 files changed, 3 deletions(-) (limited to 'security') diff --git a/security/Makefile b/security/Makefile index bbbc54b9f..c26c81e92 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,8 +1,6 @@ # # Makefile for the kernel security code # -CFLAGS_commoncap.o := -fno-unsafe-math-optimizations -fno-strict-aliasing -CFLAGS_lsm_audit.o := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-$(CONFIG_KEYS) += keys/ subdir-$(CONFIG_SECURITY_SELINUX) += selinux diff --git a/security/selinux/Makefile b/security/selinux/Makefile index 1306e009f..ad5cd76ec 100644 --- a/security/selinux/Makefile +++ b/security/selinux/Makefile @@ -1,7 +1,6 @@ # # Makefile for building the SELinux module as part of the kernel tree. # -CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-$(CONFIG_SECURITY_SELINUX) := selinux.o -- cgit v1.2.3