From c4fae5d4caeff7237dafec496d8534b10e94e75d Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 24 May 2016 14:10:17 +0200 Subject: [PATCH] ARM: zynq: Remove -fno-strict-aliasing from config.mk config.mk is not included in the build for a while and none reported any problem. Remove this file completely. Signed-off-by: Michal Simek --- arch/arm/mach-zynq/config.mk | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 arch/arm/mach-zynq/config.mk diff --git a/arch/arm/mach-zynq/config.mk b/arch/arm/mach-zynq/config.mk deleted file mode 100644 index b702442e997..00000000000 --- a/arch/arm/mach-zynq/config.mk +++ /dev/null @@ -1,6 +0,0 @@ -# -# Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0 -# -PLATFORM_RELFLAGS += -fno-strict-aliasing -- 2.47.3