From e84a3c203ace8fc92a7518041be466f5a89bfe28 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 12 Jan 2026 15:40:48 +0100 Subject: [PATCH] put back strict-aliasing suppression --- configure/os/CONFIG.Common.mvl40-xscale_be | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG.Common.mvl40-xscale_be b/configure/os/CONFIG.Common.mvl40-xscale_be index ce7775a25..806c102b4 100644 --- a/configure/os/CONFIG.Common.mvl40-xscale_be +++ b/configure/os/CONFIG.Common.mvl40-xscale_be @@ -11,6 +11,9 @@ GNU_DIR=/opt/moxa/xscale_be/armv5teb-montavista-linuxeabi ARCH_DEP_CFLAGS += -funwind-tables +# suppress strict alias warnings +CODE_CPPFLAGS += -fno-strict-aliasing + # have no C++11 STD_CXXFLAGS =