12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
#
|
|
# Definitions for vxWorks-ppc32sf targets
|
|
# Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc32sf
|
|
#
|
|
#-------------------------------------------------------
|
|
|
|
# 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
|