8sa1-gcc/gcc/config/rs6000/x-rs6000
Richard Stallman 889c7fec68 *** empty log message ***
From-SVN: r448
1992-03-11 23:56:28 +00:00

16 lines
398 B
Plaintext

# configuration for IBM rs6000 running aix
INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# We can't use -S to compile alloca
ALLOCA_FLAGS=-c
ALLOCA_FINISH=
# For some reason, we need -lm for cc1.
# 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=-lm -lld