22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
# CONFIG.darwin-ppc.darwin-ppc
|
|
#
|
|
# $Id$
|
|
#
|
|
# Definitions for darwin-ppc host - darwin-ppc target builds
|
|
# Sites may override these definitions in CONFIG_SITE.darwin-ppc.darwin-ppc
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
GNU_DIR = /usr
|
|
|
|
CC = $(GNU_BIN)/cc
|
|
CCC = $(GNU_BIN)/c++
|
|
|
|
#
|
|
# Position-independent code is the default on Darwin.
|
|
#
|
|
CODE_CFLAGS =
|
|
CODE_CXXFLAGS =
|