[gnu.gcc.bug] gcc 1.31 INSTALL out of date w.r.t file names

mdb@silvlis.com (Mark D. Baushke) (11/23/88)

Index: gcc 1.31, SunOS 3.4, Sun 3/50

The installation instructions are out of date with regard to file names.

Suggested Fix:

*** gcc-1.31/INSTALL-dist	Fri Oct 14 11:58:11 1988
--- gcc-1.31/INSTALL	Tue Nov 22 08:58:01 1988
***************
*** 36,59 ****
            information about the host machine.  It includes `tm.h'.
  
!           The file's name should be `config-MACHINE.h', with these
            exceptions:
  
!          `config-vms.h'
                 for vaxen running VMS.
  
!          `config-vaxv.h'
                 for vaxen running system V.
  
!          `config-i386v.h'
                 for Intel 80386's running system V.
  
!          `config-sun4.h'
                 for Suns (model 2, 3 or 4) running *operating system*
!                version 4.
  
!          `config-hp9k3.h'
                 for the HP 9000 series 300.
  
!          `config-gnx.h'
                 for the ns32000 running Genix
  
--- 36,62 ----
            information about the host machine.  It includes `tm.h'.
  
!           The file's name should be `xm-MACHINE.h', with these
            exceptions:
  
!          `xm-vms.h'
                 for vaxen running VMS.
  
!          `xm-vaxv.h'
                 for vaxen running system V.
  
!          `xm-i386v.h'
                 for Intel 80386's running system V.
  
!          `xm-sunos4.h'
                 for Suns (model 2, 3 or 4) running *operating system*
!                version 4. (Use `xm-m68k.h' or `xm-sparc.h' for version 3.)
  
!          `xm-sun386i.h'
!                for Sun roadrunner running any version of the operating system.
! 
!          `xm-hp9k320.h'
                 for the HP 9000 series 300.
  
!          `xm-gnx.h'
                 for the ns32000 running Genix
  
***************
*** 75,78 ****
--- 78,90 ----
                 for Sun 2 machines.
  
+          `tm-sun4os3.h'
+                for Sun 4 machines using operating system version 3.
+ 
+          `tm-sparc.h'
+                for Sun 4 machines using operating system version 4.
+ 
+          `tm-sun386i.h'
+                for Sun 386 machines.
+ 
           `tm-3b1.h'
                 for AT&T 3b1 (aka 7300 Unix PC).
***************
*** 79,83 ****
  
           `tm-isi68.h'
!                for Integrated Solutions systems.
  
           `tm-news800.h'
--- 91,96 ----
  
           `tm-isi68.h'
!                for Integrated Solutions systems.  This file assumes you
!                use the GNU assembler.
  
           `tm-news800.h'
***************
*** 98,105 ****
            system V, or `tm-vms.h' on VMS.
  
-           For the SPARC (Sun 4), use `tm-sparc.h'.  Note that SPARC
-           support currenty *does not work*.  It will probably be
-           fixed for version 1.31.
- 
            For the Motorola 88000, use `tm-m88k.h'.  The support for
            the 88000 has a few unfinished spots because there was no
--- 111,114 ----
***************
*** 110,114 ****
            `tm-i386v.h' if the target machine is running system V,
            `tm-seq386.h' for a Sequent 386 system, or `tm-compaq.h'
!           for a Compaq.
  
            For the 32000, use `tm-sequent.h' if you are using a
--- 119,123 ----
            `tm-i386v.h' if the target machine is running system V,
            `tm-seq386.h' for a Sequent 386 system, or `tm-compaq.h'
!           for a Compaq, or `tm-sun386i.h' for a Sun 386 system.
  
            For the 32000, use `tm-sequent.h' if you are using a
***************
*** 261,265 ****
  If you must recompile, here is how:
  
!   1. Copy the file `tm-vms.h' to `tm.h', `config-vms.h' to
       `config.h', `vax.md' to `md.' and `output-vax.c' to
       `aux-output.c'.
--- 270,274 ----
  If you must recompile, here is how:
  
!   1. Copy the file `tm-vms.h' to `tm.h', `xm-vms.h' to
       `config.h', `vax.md' to `md.' and `output-vax.c' to
       `aux-output.c'.

------------------------------------------------------------------------------
Mark D. Baushke                 Internet:    mdb%silvlis.com@sun.com
Silvar-Lisco, Inc.              Nameservers: mdb@silvlis.com
1080 Marsh Road                 Usenet:      {pyramid,sun}!silvlis!mdb
Menlo Park, CA 94025-1053       Telephone:   +1 415 853-6411 / +1 415 969-8328