From a335ff38a2c7a6975b5294e95625a22334c2b98c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 10 Sep 2002 15:37:26 +0000 Subject: [PATCH] installed --- config/CONFIG.Vx.sbs_pc6 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/CONFIG.Vx.sbs_pc6 diff --git a/config/CONFIG.Vx.sbs_pc6 b/config/CONFIG.Vx.sbs_pc6 new file mode 100644 index 000000000..480b5b858 --- /dev/null +++ b/config/CONFIG.Vx.sbs_pc6 @@ -0,0 +1,15 @@ +# Created by Korobov for SBS PC6 +# CONFIG.Vx.sbs_pc6 +# +# 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 = sbs_pc6 + +ARCH_DEP_CPPFLAGS = -DCPU=PENTIUM -DCPU_VARIANT=PENTIUM -D_X86_ ARCH_DEP_CFLAGS = -mpentium +ARCH_DEP_CXXFLAGS += -x 'c++' +ARCH_DEP_CFLAGS += -fno-builtin -fno-defer-pop