From 9aace40130bd96dbf289588071cd30b90fe6a1d0 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 18 Oct 2011 12:33:25 +1100 Subject: [PATCH] Make: We must build with -fno-strict-aliasing Signed-off-by: Tony Breeds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 04c03ab..88fe0df 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) YBCFLAGS += -DKERNELADDR=$(KERNELADDR) YBCFLAGS += -Werror -fdiagnostics-show-option YBCFLAGS += -I ./include +YBCFLAGS += -fno-strict-aliasing ifeq ($(CONFIG_COLOR_TEXT),y) YBCFLAGS += -DCONFIG_COLOR_TEXT -- 2.39.2