Path: utzoo!yunexus!telly!attcan!uunet!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: config.g++ Message-ID: <8903221709.AA28502@yahi.stanford.edu> Date: 22 Mar 89 17:09:10 GMT Article-I.D.: yahi.8903221709.AA28502 Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 46 This may fix some problems found using config.g++ on Sun3s. If it makes things worse, please let me know. yahi% diff -c2 config.g++~ config.g++ *** config.g++~ Thu Mar 16 20:39:31 1989 --- config.g++ Wed Mar 22 09:08:54 1989 *************** *** 125,129 **** sun3-os4 | sun-3-os4) cpu_type=m68k ! sed 's/ start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4+.h machine_type=sun3 --- 125,129 ---- sun3-os4 | sun-3-os4) cpu_type=m68k ! sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4+.h machine_type=sun3 *************** *** 131,134 **** --- 131,135 ---- sun3-nfp-os4 | sun-3-nfp-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun3-nfp *************** *** 136,139 **** --- 137,141 ---- sun3-fpa-os4 | sun-3-fpa-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun3-fpa *************** *** 141,144 **** --- 143,147 ---- sun2-os4 |sun-2-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun2 yahi% Michael