Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!silvlis.com!mdb From: mdb@silvlis.com (Mark D. Baushke) Newsgroups: gnu.gcc.bug Subject: config.gcc bug in gcc 1.29 Message-ID: <8810082027.AA03302@silvlis.com> Date: 8 Oct 88 20:27:14 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 47 Index: gcc 1.29, SunOS 3.4, Sun 3/50 Using % sh config.gcc sun3 yields: config.gcc: cannot create a link `config.h', since the file `config-sun3.h' does not exist. Using % sh config.gcc sun-3 yields: Linked `config.h' to `config-m68k.h'. config.gcc: cannot create a link `tm.h', since the file `tm-sun-3.h' does not exist. The following patch gets around my problem, but there seems to be a general problem with naming going on here. gnudiff -c config.gcc~ config.gcc *** config.gcc~ Sat Oct 8 11:54:53 1988 --- config.gcc Sat Oct 8 13:16:12 1988 *************** *** 102,107 **** --- 102,110 ---- sun-3) cpu_type=m68k ;; + sun3) + cpu_type=m68k + ;; sun-2) cpu_type=m68k ;; ------------------------------------------------------------------------------ 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