Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!tut.cis.ohio-state.edu!ICS.UCI.EDU!rfg From: rfg@ICS.UCI.EDU Newsgroups: gnu.gdb.bug Subject: config name for Sequent Symmetry inconsistant Message-ID: <8910041432.aa07633@ICS.UCI.EDU> Date: 4 Oct 89 21:32:43 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 I have built myself a top level Makefile that builds all of the important gnu tools that I normally work with. This top level Makefile wants (for simplicty) to believe that the "config" name of any given machine is consistant between config.gcc, config.g++, and config.gdb. Sounds resonable, eh? Well the problem is that a Sequent Symmetry goes by the name of "seq386" in the config.gcc script, but it goes bu the name of "symmetry" in the config.gdb script. Could this minor irritant be eliminated? // rfg