From 0629a55a0ae447f889b8f44ab4edf08767c5b534 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 30 Jun 2011 15:25:06 +0000 Subject: [PATCH] disable strict aliasing --- configure/os/CONFIG.Common.V67-ppc604 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.Common.V67-ppc604 b/configure/os/CONFIG.Common.V67-ppc604 index 8fcd4b1c9..1ff014fc9 100644 --- a/configure/os/CONFIG.Common.V67-ppc604 +++ b/configure/os/CONFIG.Common.V67-ppc604 @@ -4,3 +4,5 @@ WIND_BASE = /afs/psi.ch/project/vxworks/VxWorks6.7 NM = $(GNU_DIR)/powerpc-wrs-vxworks/bin/nm WIND_HOME=$(WIND_BASE) export WIND_HOME + +ARCH_DEP_CFLAGS += -fno-strict-aliasing