18 lines
460 B
Plaintext
18 lines
460 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.
|
|
|
|
GCC_OPT_YES = -O2
|
|
|
|
# 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 -DCPU=PPC604
|
|
ARCH_DEP_CFLAGS = -mstrict-align -mlongcall -fno-implicit-fp
|
|
ARCH_DEP_CXXFLAGS = $(ARCH_DEP_CFLAGS)
|