624d5e13d4
* rs6000/x-aix43 (AR_FOR_TARGET_FLAGS): Delete. (AR_FOR_TARGET): Define. From-SVN: r21499
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
# configuration for IBM RS/6000 running AIX 4.3+
|
|
|
|
# Show we need to use the C version of ALLOCA
|
|
ALLOCA=alloca.o
|
|
|
|
# We need -lld for collect2 (actually this only matters
|
|
# for a native compiler, but this is as good a place as any
|
|
# to define the symbol).
|
|
CLIB=-lld
|
|
|
|
# f771 and cc1plus overflow the AIX TOC
|
|
BOOT_LDFLAGS=-Wl,-bbigtoc
|
|
|
|
# Both 32-bit and 64-bit objects in archives
|
|
AR_FOR_TARGET=ar -X32_64
|