diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-01-13 16:12:01 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-01-13 16:12:01 -0800 |
commit | 355ddfc72eb4772f34198f583f35d6b7bc630472 (patch) | |
tree | a1c9a5bf64e4afd57ff0c7b9bb156c7123012382 | |
parent | 8da1b058d58d2b5550037c5d104c0e89767bbbb4 (diff) | |
download | gcc-355ddfc72eb4772f34198f583f35d6b7bc630472.zip gcc-355ddfc72eb4772f34198f583f35d6b7bc630472.tar.gz gcc-355ddfc72eb4772f34198f583f35d6b7bc630472.tar.bz2 |
Initial revision
From-SVN: r182
-rw-r--r-- | gcc/config/rs6000/x-rs6000 | 12 |
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 |