16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
# CONFIG.aix-ppc-gnu.aix-ppc-gnu
|
|
#
|
|
# Definitions for aix-ppc-gnu host - aix-ppc-gnu target builds
|
|
# Sites may override these definitions in CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu
|
|
#-------------------------------------------------------
|
|
|
|
# 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
|
|
|