From 6fcdcb625e5a99de025354c31c9d234e6e07ddea Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 3 Feb 2022 17:35:42 +0100 Subject: [PATCH] make sure to build for 32 bit only as EPICS 3.13 is not 64 bit safe --- config/CONFIG.Host.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Host.Linux b/config/CONFIG.Host.Linux index d9023cb76..373477b42 100644 --- a/config/CONFIG.Host.Linux +++ b/config/CONFIG.Host.Linux @@ -59,7 +59,7 @@ G++_STRICT = $(G++) -Wtraditional #ARCH_DEP_CFLAGS = -D_X86_ -Dlinux -D_USE_BSD -ARCH_DEP_CFLAGS = -D_X86_ -Dlinux +ARCH_DEP_CFLAGS = -D_X86_ -Dlinux -m32 ARCH_DEP_LDFLAGS = #glibc FAQ