diff options
author | Richard Stallman <rms@gnu.org> | 1992-08-21 06:27:19 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-08-21 06:27:19 +0000 |
commit | af708691c47e2e761482f7a856251fbc76608b98 (patch) | |
tree | fada0cfdcd324f4595371d2a1254d857598bdbdd | |
parent | 98517ad1a6d0f2169c4551b917addc18f9a138a6 (diff) | |
download | gcc-af708691c47e2e761482f7a856251fbc76608b98.zip gcc-af708691c47e2e761482f7a856251fbc76608b98.tar.gz gcc-af708691c47e2e761482f7a856251fbc76608b98.tar.bz2 |
(CC,CFLAGS,LIBS): Add commented command
variants for bootstrapping gcc-cpp and gcc-cc1 with VAXC.
From-SVN: r1924
-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 4f3001d..d62fe01 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 |