12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
#
|
|
# Definitions for vxWorks-ppc603 targets with >32MB of RAM
|
|
# Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc603_long
|
|
#
|
|
#-------------------------------------------------------
|
|
|
|
# Inherit the settings from vxWorks-ppc603
|
|
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc603
|
|
|
|
# Tell compiler to generate long branches
|
|
ARCH_DEP_CFLAGS += -mlongcall
|