diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-16 22:03:53 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-16 22:03:53 -0400 |
commit | e81638792ac48324724b8cfc2382f6055cfe8dd8 (patch) | |
tree | 51109a9904907e3d59d44dc97caf49d436c81b34 /gcc | |
parent | 58b51016af4529686d42842fc455a859da6e44b8 (diff) | |
download | gcc-e81638792ac48324724b8cfc2382f6055cfe8dd8.zip gcc-e81638792ac48324724b8cfc2382f6055cfe8dd8.tar.gz gcc-e81638792ac48324724b8cfc2382f6055cfe8dd8.tar.bz2 |
Initial revision
From-SVN: r752
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/x-mach | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-mach b/gcc/config/rs6000/x-mach new file mode 100644 index 0000000..600a9d0 --- /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 |