first cut

This commit is contained in:
Jeff Hill
1999-09-03 15:39:50 +00:00
parent b920858d50
commit 02fee71033

17
config/CONFIG.Vx.pentium Normal file
View File

@@ -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