From 02fee71033ab3397f2a5f4ea77ce2d1e33030be9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 3 Sep 1999 15:39:50 +0000 Subject: [PATCH] first cut --- config/CONFIG.Vx.pentium | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/CONFIG.Vx.pentium diff --git a/config/CONFIG.Vx.pentium b/config/CONFIG.Vx.pentium new file mode 100644 index 000000000..b6e662c85 --- /dev/null +++ b/config/CONFIG.Vx.pentium @@ -0,0 +1,17 @@ + +# CONFIG.Vx.pentium +# +# This file is maintained by the EPICS community. + +# Vx GNU cross compiler suffix +CMPLR_SUFFIX = 386 + +# For Vx directories of form: +# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin +ARCH_CLASS = pcPentium + +ARCH_DEP_CPPFLAGS = -DCPU=PENTIUM -DCPU_FAMILY=I80x86 -D_X86_ +ARCH_DEP_CFLAGS = -mpentium +ARCH_DEP_CXXFLAGS += -x 'c++' +ARCH_DEP_CFLAGS += -fno-builtin -fno-defer-pop +