diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-06 14:18:13 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-06 14:18:13 +0000 |
commit | cc4391ecdfb1fcd39683b5d0201d1da86e178217 (patch) | |
tree | a68519ff707aa4cf66368279832d95188e342878 /gcc/config | |
parent | de5292c79fae4bd643a7ed72c0f4a263eceffa89 (diff) | |
download | gcc-cc4391ecdfb1fcd39683b5d0201d1da86e178217.zip gcc-cc4391ecdfb1fcd39683b5d0201d1da86e178217.tar.gz gcc-cc4391ecdfb1fcd39683b5d0201d1da86e178217.tar.bz2 |
Initial revision
From-SVN: r693
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/x-pa-hpux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/pa/x-pa-hpux b/gcc/config/pa/x-pa-hpux new file mode 100644 index 0000000..2120772 --- /dev/null +++ b/gcc/config/pa/x-pa-hpux @@ -0,0 +1,3 @@ +ALLOCA=alloca.o +ALLOCA_FLAGS = -c -Demacs +ALLOCA_FINISH = |