Initial version.

This commit is contained in:
Janet B. Anderson
2009-12-21 20:44:19 +00:00
parent 68b62dd4b3
commit 182f97ca0a
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# CONFIG.Common.linux-ppc64
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for linux-ppc64 target builds
# Sites may override these definitions in CONFIG_SITE.Common.linux-ppc64
#-------------------------------------------------------
# Include definitions common to all linux targets
include $(CONFIG)/os/CONFIG.Common.linuxCommon
ARCH_CLASS = ppc64
ARCH_DEP_CPPFLAGS += -D_ppc_64_
ARCH_DEP_CFLAGS += -m64
ARCH_DEP_LDFLAGS += -m64