From e81638792ac48324724b8cfc2382f6055cfe8dd8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 16 Apr 1992 22:03:53 -0400 Subject: [PATCH] Initial revision From-SVN: r752 --- gcc/config/rs6000/x-mach | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gcc/config/rs6000/x-mach 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 -- 2.30.2