diff options
author | Richard Stallman <rms@gnu.org> | 1991-12-09 03:57:37 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1991-12-09 03:57:37 +0000 |
commit | c52cb393483cfe29df7a9958220e550466803f87 (patch) | |
tree | 354eb1f27a233095210f6436f06f060d2d3f82ee /gcc | |
parent | 6f29feb107bb13375b45257759c77fc21759a009 (diff) | |
download | gcc-c52cb393483cfe29df7a9958220e550466803f87.zip gcc-c52cb393483cfe29df7a9958220e550466803f87.tar.gz gcc-c52cb393483cfe29df7a9958220e550466803f87.tar.bz2 |
entered into RCS
From-SVN: r105
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/ns32k/x-genix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/ns32k/x-genix b/gcc/config/ns32k/x-genix new file mode 100644 index 0000000..72f0e25 --- /dev/null +++ b/gcc/config/ns32k/x-genix @@ -0,0 +1,7 @@ +# Makefile modifications for compilation on Genix. +INSTALL=cp +ALLOCA=alloca.o +MALLOC = malloc.o + +# You must get malloc.c and getpagesize.h from GNU Emacs. + |