From 9a95217feb3d879f753d8e302cb5be6012f44384 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 30 Jul 2002 21:45:00 +0000 Subject: [PATCH] Changed mpentium to mcpu=pentium. Added libs to SYS_SHRLIB_LIBS. --- configure/os/CONFIG.Common.linux-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index 8320fcd5b..9c25cc5b3 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -27,7 +27,7 @@ OP_SYS_LDFLAGS = OP_SYS_LDLIBS = -lreadline -lcurses -lrt ARCH_DEP_CPPFLAGS += -D_X86_ -ARCH_DEP_CFLAGS += -mpentium +ARCH_DEP_CFLAGS += -mcpu=pentium ifdef CROSS GNU_TARGET=i586-pc-linux-gnu @@ -36,4 +36,4 @@ ifdef CROSS endif #Allow R3.13 built extensions to load R3.14 shared libs -SYS_SHRLIB_LIBS += pthread +SYS_SHRLIB_LIBS += pthread readline curses rt