From 6d89d0cedfbcd015c8de79f6e43379eef12ffdc3 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Mon, 1 Mar 2010 21:59:28 +0000 Subject: [PATCH] Fixed MT3698 (NOWERROR=1 casues -fno-strict-aliasing to be dropped). [couriersud] --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 20abf51b354..cfb4138ea0c 100644 --- a/makefile +++ b/makefile @@ -420,6 +420,7 @@ ifneq ($(TARGETOS),os2) ifndef NOWERROR CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS) else +CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) endif else CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)