Path: utzoo!yunexus!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!CS.UCLA.EDU!dorab From: dorab@CS.UCLA.EDU (Dorab Patel) Newsgroups: gnu.gcc.bug Subject: minor problem with xm-sunos4.h of gcc 1.31 Message-ID: <8811222349.AA01267@kona> Date: 22 Nov 88 23:49:12 GMT Article-I.D.: kona.8811222349.AA01267 Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 23 *** 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.