25 lines
680 B
Plaintext
25 lines
680 B
Plaintext
#
|
|
# Definitions for vxWorks-ppc604 targets: PPC604, MPC7xx and MPC74xx CPUs
|
|
# Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc604
|
|
#
|
|
#-------------------------------------------------------
|
|
|
|
# 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=PPC604
|
|
ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align
|
|
|
|
CODE_CFLAGS_2 = -mno-implicit-fp
|
|
CODE_CFLAGS_3 = -mno-implicit-fp
|
|
CODE_CFLAGS_4 = -fno-implicit-fp
|
|
CODE_CFLAGS += $(CODE_CFLAGS_$(VX_GNU_MAJOR_VERSION))
|
|
|
|
GNU_TARGET = powerpc-wrs-vxworks
|