Files
epics-base/config/CONFIG.Vx.T2-ppc604
T
2022-02-04 09:36:06 +01:00

19 lines
512 B
Plaintext

# CONFIG.Vx.ppc604_long,v 1.1.2.1 2002/12/05 20:44:26 jba Exp
#
# 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 = ppc
# Architecture specific build flags
ARCH_DEP_CPPFLAGS = -mcpu=604 -D_GNU_TOOL -DTRUE=1
ARCH_DEP_CFLAGS = --no-builtin -mstrict-align -mlongcall
ARCH_DEP_CXXFLAGS = $(ARCH_DEP_CFLAGS)
# ARCH_DEP_CFLAGS+= -fsigned-char #May need for calcPerform.c