summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-03-01 21:59:28 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-03-01 21:59:28 +0000
commit6d89d0cedfbcd015c8de79f6e43379eef12ffdc3 (patch)
tree9e327de5a311e3e86b27e05cc75c40b2142e308b
parent01ba1ce0975ea4831875a87cc00dea94297ad93d (diff)
Fixed MT3698 (NOWERROR=1 casues -fno-strict-aliasing to be dropped).
[couriersud]
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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)