From 96723b66d7e7378659cb2d7319700f7185a782bd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 8 Aug 2011 18:31:42 -0600 Subject: [PATCH] make the default minimum arch for 32 bit linux pentium --- configure/os/CONFIG.Common.linux-x86 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index f5157dc13..60ab38d0d 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -16,6 +16,9 @@ ARCH_DEP_CPPFLAGS += -D_X86_ ARCH_DEP_CFLAGS += -m32 ARCH_DEP_LDFLAGS += -m32 +# default minimum target architecture is pentium +ARCH_DEP_CFLAGS += -march=i586 + # If your crosscompiler name has a GNU target prefix like -gcc, # e.g. x86-redhat-linux-gcc, put a GNU_TARGET definition in # CONFIG_SITE..linux-x86 file, e.g. GNU_TARGET=x86-redhat-linux