This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: miscellaneous nits in NetBSD configuration



  In message <199807311013.LAA06118@sun52.NIS.cambridge>you write:
  > > Tue Jul 28 19:21:52 EDT 1998  Todd Vierling <tv@netbsd.org>
  > > 
  > > 	* configure.in: ...
  > > 	Accept arm32 as arm, ...
  > 
  > 
  > I think this is wrong.  "arm32" is not a gnu canonical name for an ARM cpu 
  > target, it is the NetBSD name for the operating system port.  This should 
  > be fixed up in config.guess not in configure.in (and the toplevel 
  > config.guess already does this).  If we start allowing this, then every 
  > gnu package will have to be modified.
The change itself actually changed arm-*-netbsd* to arm*-*-netbsd*
in configure.in which is considered OK.

This may not remove the need/desire to change config.guess, which is
a separate issue.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]