Initial version.

This commit is contained in:
Janet B. Anderson
2005-08-24 20:21:51 +00:00
parent 4ed65f7152
commit 09adc87364
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# CONFIG.Common.linux-ppc
#
# This file is maintained by the build community.
#
# 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
#
# Set OS-specific information
#
ARCH_CLASS = ppc
ARCH_DEP_CPPFLAGS += -D_ppc_

View File

@@ -0,0 +1,12 @@
# CONFIG.linux-ppc.Common
#
# This file is maintained by the build community.
#
# Definitions for linux-ppc host builds
# Sites may override these definitions in CONFIG_SITE.linux-ppc.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
WIND_HOST_TYPE = ppc-linux

View File

@@ -0,0 +1,20 @@
# CONFIG.linux-ppc.linux-ppc
#
#
# Definitions for linux-ppc host - linux-ppc target builds
# Sites may override these definitions in CONFIG_SITE.linux-ppc.linux-ppc
#-------------------------------------------------------
# Include common gnu compiler definitions
include $(CONFIG)/CONFIG.gnuCommon
GNU_DIR = /usr
CC = $(GNU_BIN)/gcc
CCC = $(GNU_BIN)/g++
SHRLIB_LDFLAGS = -shared -fPIC
LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC
GNU_LDLIBS_YES = -lgcc