diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-21 06:27:19 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-21 06:27:19 +0000 |
commit | 81a37bfa5039a375d47a98ea0cee96dc6022368e (patch) | |
tree | fada0cfdcd324f4595371d2a1254d857598bdbdd /gcc/make-cc1.com | |
parent | c49a3fc5452be230d81372607c972b20dd360261 (diff) | |
download | gcc-81a37bfa5039a375d47a98ea0cee96dc6022368e.tar.gz |
(CC,CFLAGS,LIBS): Add commented command
variants for bootstrapping gcc-cpp and gcc-cc1 with VAXC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1924 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/make-cc1.com')
-rw-r--r-- | gcc/make-cc1.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/make-cc1.com b/gcc/make-cc1.com index 4f3001d3157..d62fe01e843 100644 --- a/gcc/make-cc1.com +++ b/gcc/make-cc1.com @@ -10,6 +10,11 @@ $! VAXCRTL, see the notes in gcc.texinfo (or INSTALL) first. $! $! Build the GNU "C" compiler on VMS $! +$! Note: to build with DEC's VAX C compiler, uncomment the 2nd CC, CFLAGS, +$! and LIBS alternatives, and also execute the following command: +$! DEFINE SYS SYS$LIBRARY: +$! After a successful build, restore those items and rebuild with gcc. +$ $! C compiler $! $ CC := gcc |