From: Richard Kenner Date: Fri, 17 Apr 1992 02:03:53 +0000 (-0400) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e81638792ac48324724b8cfc2382f6055cfe8dd8;p=gcc.git Initial revision From-SVN: r752 --- diff --git a/gcc/config/rs6000/x-mach b/gcc/config/rs6000/x-mach new file mode 100644 index 00000000000..600a9d0c59e --- /dev/null +++ b/gcc/config/rs6000/x-mach @@ -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