--- gcc/INSTALL 2018/04/24 16:43:47 1.1.1.4 +++ gcc/INSTALL 2018/04/24 16:45:37 1.1.1.6 @@ -1,10 +1,12 @@ -This is a copy of one node from the Info file internals-1. +This is a copy of one node from the Info file gcc.info-1. For full information on installing and porting GCC, refer to the -internals manual: +GCC manual: - Info file internals - TeX output internals.dvi - TeX source internals.texinfo + Info file gcc.info + TeX output gcc.dvi + TeX source gcc.texinfo + +File: gcc.info, Node: Installation, Next: Trouble, Prev: Options, Up: Top Installing GNU CC ***************** @@ -41,7 +43,7 @@ Here is the procedure for installing GNU for Intel 80386's running system V. `config-sun4.h' - for Suns (model 3 or 4) running *operating system* + for Suns (model 2, 3 or 4) running *operating system* version 4. `config-hp9k3.h' @@ -125,9 +127,8 @@ Here is the procedure for installing GNU `cexp.c' are more recent than `c-parse.y' and `cexp.y' and you do not plan to change the `.y' files.) - Note that if you have an old version of Bison you may get an - error from the line with the `%expect' directive. If so, simply - remove that line from `c-parse.y' and proceed. + Bison versions older that Sept 8, 1988 will produce incorrect + output for `c-parse.tab.c'. 5. If you are using a Sun, make sure the environment variable `FLOAT_OPTION' is not set. If this option were set to `f68881' @@ -160,7 +161,7 @@ Here is the procedure for installing GNU more time, do this: make stage2 - Make CC=stage2/gcc CFLAGS="-g -O -Bstage2/" + make CC=stage2/gcc CFLAGS="-g -O -Bstage2/" foreach file (*.o) cmp $file stage2/$file end @@ -224,8 +225,8 @@ Also, you can specify an alternative def files by setting the Make variable `libdir' when you make GNU CC. - -File: internals, Node: VMS Install, Prev: Installation, Up: Installation + +File: gcc.info, Node: VMS Install, Prev: Installation, Up: Installation Installing GNU CC on VMS ========================