From ff505baaf412985af758d5820cd620ed9f1a7e05 Mon Sep 17 00:00:00 2001 From: mydongistiny Date: Mon, 23 Nov 2015 17:01:42 -0800 Subject: GCC: Fix up for gcc 5+ Signed-off-by: mydongistiny Signed-off-by: Mister Oyster --- drivers/base/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/base') diff --git a/drivers/base/Makefile b/drivers/base/Makefile index 154bd4a5e..aa6689653 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -1,4 +1,5 @@ # Makefile for the Linux device tree +CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-y := core.o bus.o dd.o syscore.o \ driver.o class.o platform.o \ -- cgit v1.2.3