From 7b3539b37fb60d7f31d8d26803dd5819bb9a3792 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 26 Nov 2013 08:53:41 +0000 Subject: [PATCH] compiler option -fno-strict-aliasing moved to common file --- configure/os/CONFIG.Common.SL5-x86 | 1 - configure/os/CONFIG.Common.SL5-x86_64 | 2 -- configure/os/CONFIG.Common.SL6-x86 | 1 - configure/os/CONFIG.Common.SL6-x86_64 | 2 -- configure/os/CONFIG.Common.V63-ppc603 | 2 -- configure/os/CONFIG.Common.V67-ppc604 | 1 - 6 files changed, 9 deletions(-) diff --git a/configure/os/CONFIG.Common.SL5-x86 b/configure/os/CONFIG.Common.SL5-x86 index 904bd9444..ae7866ce4 100644 --- a/configure/os/CONFIG.Common.SL5-x86 +++ b/configure/os/CONFIG.Common.SL5-x86 @@ -7,4 +7,3 @@ OPT_CFLAGS += -g OPT_CXXFLAGS += -g ARCH_DEP_CFLAGS += -march=i686 -ARCH_DEP_CFLAGS += -fno-strict-aliasing diff --git a/configure/os/CONFIG.Common.SL5-x86_64 b/configure/os/CONFIG.Common.SL5-x86_64 index 381c78062..677aee9c8 100644 --- a/configure/os/CONFIG.Common.SL5-x86_64 +++ b/configure/os/CONFIG.Common.SL5-x86_64 @@ -5,5 +5,3 @@ COMMANDLINE_LIBRARY = READLINE_NCURSES OPT_CFLAGS += -g OPT_CXXFLAGS += -g - -ARCH_DEP_CFLAGS += -fno-strict-aliasing diff --git a/configure/os/CONFIG.Common.SL6-x86 b/configure/os/CONFIG.Common.SL6-x86 index a3e3cee77..56ca72501 100644 --- a/configure/os/CONFIG.Common.SL6-x86 +++ b/configure/os/CONFIG.Common.SL6-x86 @@ -7,4 +7,3 @@ OPT_CFLAGS += -g OPT_CXXFLAGS += -g ARCH_DEP_CFLAGS += -march=i686 -ARCH_DEP_CFLAGS += -fno-strict-aliasing diff --git a/configure/os/CONFIG.Common.SL6-x86_64 b/configure/os/CONFIG.Common.SL6-x86_64 index f47c13320..f30e67637 100644 --- a/configure/os/CONFIG.Common.SL6-x86_64 +++ b/configure/os/CONFIG.Common.SL6-x86_64 @@ -5,5 +5,3 @@ COMMANDLINE_LIBRARY = READLINE OPT_CFLAGS += -g OPT_CXXFLAGS += -g - -ARCH_DEP_CFLAGS += -fno-strict-aliasing diff --git a/configure/os/CONFIG.Common.V63-ppc603 b/configure/os/CONFIG.Common.V63-ppc603 index 10bf571cc..a23fc4fdb 100644 --- a/configure/os/CONFIG.Common.V63-ppc603 +++ b/configure/os/CONFIG.Common.V63-ppc603 @@ -4,5 +4,3 @@ WIND_BASE = /afs/psi.ch/project/vxworks/WindRiverGPP3.3 NM = $(GNU_DIR)/powerpc-wrs-vxworks/bin/nm WIND_HOME=$(WIND_BASE) export WIND_HOME - -ARCH_DEP_CFLAGS += -fno-strict-aliasing diff --git a/configure/os/CONFIG.Common.V67-ppc604 b/configure/os/CONFIG.Common.V67-ppc604 index 99828c21c..2f8235ca2 100644 --- a/configure/os/CONFIG.Common.V67-ppc604 +++ b/configure/os/CONFIG.Common.V67-ppc604 @@ -5,5 +5,4 @@ NM = $(GNU_DIR)/powerpc-wrs-vxworks/bin/nm WIND_HOME=$(WIND_BASE) export WIND_HOME -ARCH_DEP_CFLAGS += -fno-strict-aliasing ARCH_DEP_CFLAGS += -D_VSB_CONFIG_FILE='<../lib/h/config/vsbConfig.h>'