Added the vxWorks-mpc8540 architecture. Added the ppc604_altivec sub-architecture. Some cleanup.
22 lines
609 B
Plaintext
22 lines
609 B
Plaintext
# $Id
|
|
#
|
|
# Definitions for vxWorks-mpc8540 targets: MPC8540 CPU with >32MB RAM.
|
|
# Site-specific overrides go in CONFIG_SITE.Common.vxWorks-mpc8540
|
|
#
|
|
# This file is maintained by the EPICS build community.
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all vxWorks target archs
|
|
include $(CONFIG)/os/CONFIG.Common.vxWorksCommon
|
|
|
|
# Vx GNU cross compiler suffix
|
|
CMPLR_SUFFIX = ppc
|
|
|
|
ARCH_CLASS = ppc
|
|
|
|
# Architecture specific build flags
|
|
ARCH_DEP_CPPFLAGS = -DCPU=PPC32
|
|
ARCH_DEP_CFLAGS = -mcpu=8540 -msoft-float -mstrict-align -mlongcall
|
|
|
|
GNU_TARGET = powerpc-wrs-vxworks
|