From af708691c47e2e761482f7a856251fbc76608b98 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 21 Aug 1992 06:27:19 +0000 Subject: [PATCH] (CC,CFLAGS,LIBS): Add commented command variants for bootstrapping gcc-cpp and gcc-cc1 with VAXC. From-SVN: r1924 --- gcc/make-cc1.com | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2