19 lines
512 B
Plaintext
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
|
|
|