diff --git a/config/CONFIG.Vx.mv2700 b/config/CONFIG.Vx.mv2700 new file mode 100644 index 000000000..e54a4f5f9 --- /dev/null +++ b/config/CONFIG.Vx.mv2700 @@ -0,0 +1,16 @@ + +# $Id$ +# +# This file is maintained by the EPICS community. + +# Vx GNU cross compiler suffix +CMPLR_SUFFIX = ppc + +# For Vx directories of form: +# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin +ARCH_CLASS = mv2700 + +# Architecture specific build flags +ARCH_DEP_CPPFLAGS = -DCPU=PPC604 +ARCH_DEP_CFLAGS = -mcpu=604 +