23 lines
473 B
Plaintext
23 lines
473 B
Plaintext
# CONFIG.aix-ppc.aix-ppc
|
|
#
|
|
#
|
|
# Definitions for aix-ppc host - aix-ppc target builds
|
|
# Sites may override these definitions in CONFIG_SITE.aix-ppc.aix-ppc
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
GNU_DIR = /usr/common/usg/gcc/3.2.1
|
|
|
|
CC = $(GNU_BIN)/gcc
|
|
CCC = $(GNU_BIN)/g++
|
|
|
|
AR = ar
|
|
ARFLAGS = rcv
|
|
RANLIB = ranlib -t
|
|
|
|
SHRLIB_LDFLAGS = -shared
|
|
LOADABLE_SHRLIB_LDFLAGS = -shared
|
|
|