Initial revision
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 Apr 1992 02:03:53 +0000 (22:03 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 Apr 1992 02:03:53 +0000 (22:03 -0400)
From-SVN: r752

gcc/config/rs6000/x-mach [new file with mode: 0644]

diff --git a/gcc/config/rs6000/x-mach b/gcc/config/rs6000/x-mach
new file mode 100644 (file)
index 0000000..600a9d0
--- /dev/null
@@ -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