Commit af708691 by Richard Stallman

(CC,CFLAGS,LIBS): Add commented command

variants for bootstrapping gcc-cpp and gcc-cc1 with VAXC.

From-SVN: r1924
parent 98517ad1
...@@ -10,6 +10,11 @@ $! VAXCRTL, see the notes in gcc.texinfo (or INSTALL) first. ...@@ -10,6 +10,11 @@ $! VAXCRTL, see the notes in gcc.texinfo (or INSTALL) first.
$! $!
$! Build the GNU "C" compiler on VMS $! 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 $! C compiler
$! $!
$ CC := gcc $ CC := gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment