From 429182cb3da5482ee662d874554c554abd37566a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 1 Sep 2005 21:56:13 +0000 Subject: [PATCH] -mcpu=' is deprecated. --- 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 25fb6bbc9..cdb14154b 100644 --- a/config/CONFIG.Host.Linux +++ b/config/CONFIG.Host.Linux @@ -29,7 +29,7 @@ G++_SHRLIB_LDFLAGS_YES += -Wl,-soname,$@ OP_SYS_CFLAGS += -D_BSD_SOURCE -ARCH_DEP_CFLAGS = -D_X86_ -Dlinux -mcpu=pentium +ARCH_DEP_CFLAGS = -D_X86_ -Dlinux ARCH_DEP_LDLIBS += -lpthread -lreadline -lcurses -lrt #Allows R3.13 built extensions to load R3.14 shared libs