blob: 635167c2ed7d671856037b980cfe44bbf9cf1ebd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# configuration for IBM rs6000 running aix
INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# 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
|