Changed -mpentium to -mcpu=pentium

This commit is contained in:
Janet B. Anderson
2002-06-18 17:57:28 +00:00
parent c8095b4edc
commit 75de900567
+1 -1
View File
@@ -20,7 +20,7 @@ G++_SHRLIB_LDFLAGS_YES += -Wl,-soname,$@
OP_SYS_CFLAGS += -D_BSD_SOURCE
ARCH_DEP_CFLAGS = -D_X86_ -Dlinux -mpentium
ARCH_DEP_CFLAGS = -D_X86_ -Dlinux -mcpu=pentium
ARCH_DEP_LDLIBS += -lpthread -lreadline -lcurses -lrt
#Allows R3.13 built extensions to load R3.14 shared libs