From: Richard Kenner Date: Fri, 17 Apr 1992 02:03:53 +0000 (-0400) Subject: Initial revision X-Git-Tag: misc/cutover-egcs-0~13179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e81638792ac48324724b8cfc2382f6055cfe8dd8;p=thirdparty%2Fgcc.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 000000000000..600a9d0c59eb --- /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