14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
# CONFIG.Common.linux-ppc
|
|
#
|
|
# Definitions for linux-ppc target builds
|
|
# Sites may override these definitions in CONFIG_SITE.Common.linux-ppc
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all Unix targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = ppc
|
|
|
|
ARCH_DEP_CPPFLAGS += -D_ppc_
|
|
|