mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
# 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
|