14 lines
461 B
Plaintext
14 lines
461 B
Plaintext
# Revision-Id: anj@aps.anl.gov-20110405171247-x3o9exklfzmfjhd6
|
|
#
|
|
# Definitions for vxWorks-ppc32sf targets
|
|
# Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc32sf
|
|
#
|
|
# This file is maintained by the EPICS build community.
|
|
#-------------------------------------------------------
|
|
|
|
# Inherit the settings from vxWorks-ppc32
|
|
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc32
|
|
|
|
# Tell compiler to use software floating-point
|
|
ARCH_DEP_CFLAGS += -msoft-float
|