From 3915c844ef6052a8293002934c5631338c50f762 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 1 Mar 2022 14:47:48 +0100 Subject: [PATCH] disable compiler optimization section-anchors which caused problems in some SNL code --- config/CONFIG.Vx.V69-ppc604 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Vx.V69-ppc604 b/config/CONFIG.Vx.V69-ppc604 index 23b324897..4eebefd35 100644 --- a/config/CONFIG.Vx.V69-ppc604 +++ b/config/CONFIG.Vx.V69-ppc604 @@ -13,5 +13,5 @@ ARCH_CLASS = ppc # Architecture specific build flags ARCH_DEP_CPPFLAGS = -mcpu=604 -DCPU=PPC604 -D_VXWORKS_COMPATIBILITY_MODE -DBSD=44 -ARCH_DEP_CFLAGS = -mstrict-align -mlongcall -fno-implicit-fp -fno-strict-aliasing +ARCH_DEP_CFLAGS = -mstrict-align -mlongcall -fno-implicit-fp -fno-strict-aliasing -fno-section-anchors VENDOR_DEP_CFLAGS = -std=c99