Initial revision
From-SVN: r182
This commit is contained in:
parent
8da1b058d5
commit
355ddfc72e
12
gcc/config/rs6000/x-rs6000
Normal file
12
gcc/config/rs6000/x-rs6000
Normal file
@ -0,0 +1,12 @@
|
||||
# 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.
|
||||
CLIB=-lm
|
Loading…
Reference in New Issue
Block a user