20 lines
443 B
Plaintext
20 lines
443 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
|
|
|
|
AR = ar
|
|
ARFLAGS = rcv
|
|
RANLIB = ranlib -t
|
|
|
|
SHRLIB_LDFLAGS = -shared -fPIC
|
|
LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC
|
|
|