blob: 0d8f3113fb5003b26854b2d03c16af617d88cf44 (
plain)
1
2
3
4
5
6
7
8
9
|
# configuration for IBM rs6000 running aix
# 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
|