aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-01-13 16:12:01 -0800
committerJim Wilson <wilson@gcc.gnu.org>1992-01-13 16:12:01 -0800
commit355ddfc72eb4772f34198f583f35d6b7bc630472 (patch)
treea1c9a5bf64e4afd57ff0c7b9bb156c7123012382
parent8da1b058d58d2b5550037c5d104c0e89767bbbb4 (diff)
downloadgcc-355ddfc72eb4772f34198f583f35d6b7bc630472.zip
gcc-355ddfc72eb4772f34198f583f35d6b7bc630472.tar.gz
gcc-355ddfc72eb4772f34198f583f35d6b7bc630472.tar.bz2
Initial revision
From-SVN: r182
-rw-r--r--gcc/config/rs6000/x-rs600012
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-rs6000 b/gcc/config/rs6000/x-rs6000
new file mode 100644
index 0000000..b47e77c
--- /dev/null
+++ b/gcc/config/rs6000/x-rs6000
@@ -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