Initial revision

From-SVN: r752
This commit is contained in:
Richard Kenner 1992-04-16 22:03:53 -04:00
parent 58b51016af
commit e81638792a

11
gcc/config/rs6000/x-mach Normal file
View File

@ -0,0 +1,11 @@
# configuration for IBM rs6000 running MACH
# 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