Patches for config.{guess,sub} needed

Marcel Moolenaar marcel at xcllnt.net
Fri Jul 4 20:21:38 PDT 2003


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 at xcllnt.net
-------------- next part --------------
--- /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-* \


More information about the freebsd-ia64 mailing list