[gnu.gcc.bug] minor problem with xm-sunos4.h of gcc 1.31

dorab@CS.UCLA.EDU (Dorab Patel) (11/23/88)

*** xm-sunos4.h.orig	Tue Nov 22 15:46:12 1988
--- xm-sunos4.h	Tue Nov 22 15:44:32 1988
***************
*** 2,10 ****
     This file is good for either a Sun 3 or a Sun 4 machine.  */
  
  #ifdef sparc 
! #include "config-sparc.h" 
  #else 
! #include "config-m68k.h"
  #endif
  
  /* Provide required defaults for linker -e and -d switches.
--- 2,10 ----
     This file is good for either a Sun 3 or a Sun 4 machine.  */
  
  #ifdef sparc 
! #include "xm-sparc.h" 
  #else 
! #include "xm-m68k.h"
  #endif
  
  /* Provide required defaults for linker -e and -d switches.