]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Initial revision
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 14 Jan 1992 00:12:01 +0000 (16:12 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 14 Jan 1992 00:12:01 +0000 (16:12 -0800)
From-SVN: r182

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

diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000
new file mode 100644 (file)
index 0000000..b47e77c
--- /dev/null
@@ -0,0 +1,12 @@
+# configuration for IBM rs6000 running aix
+INSTALL=/usr/ucb/install -c
+
+# 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