]> gcc.gnu.org Git - gcc.git/blame - gcc/config/rs6000/x-aix43
acconfig.h (HAVE_GAS_WEAK): New define.
[gcc.git] / gcc / config / rs6000 / x-aix43
CommitLineData
a260abc9
DE
1# configuration for IBM RS/6000 running AIX 4.3+
2
3# Show we need to use the C version of ALLOCA
4ALLOCA=alloca.o
5
6# We need -lld for collect2 (actually this only matters
7# for a native compiler, but this is as good a place as any
8# to define the symbol).
9CLIB=-lld
10
11# f771 and cc1plus overflow the AIX TOC
12BOOT_LDFLAGS=-Wl,-bbigtoc
13
14# Both 32-bit and 64-bit objects in archives
624d5e13 15AR_FOR_TARGET=ar -X32_64
This page took 0.3425 seconds and 5 git commands to generate.