Date: Fri, 4 Jul 2003 20:21:20 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Kris Kennaway <kris@obsecurity.org> Cc: ia64@freebsd.org Subject: Re: Patches for config.{guess,sub} needed Message-ID: <20030705032120.GA74801@dhcp01.pn.xcllnt.net> In-Reply-To: <20030705020248.GA2361@rot13.obsecurity.org> References: <20030705020248.GA2361@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 04, 2003 at 07:02:48PM -0700, Kris Kennaway wrote: > > and send me patches against these scripts to DTRT when run on ia64 and > amd64? These patches should also be submitted back to the GNU people. No patches are needed for ia64. The latest config.sub works. On amd64, config.guess prints "amd64-unknown-freebsd5.1", which I expect is correct. Attached a patch for config.sub to recognize amd64 as the machine. Things may be more complicated on amd64, because I'm not sure people have settled for amd64 or x86_64 as the machine name. FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.sub.diff" --- /home/marcel/config.sub Fri Jul 4 20:02:17 2003 +++ config.sub Fri Jul 4 20:16:41 2003 @@ -292,7 +292,7 @@ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | amd64-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ | bs2000-* \ --1yeeQ81UyVL57Vl7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030705032120.GA74801>