svn commit: r319875 - head/Templates

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 16:13:30 UTC 2013


Author: bapt
Date: Tue Jun  4 16:13:29 2013
New Revision: 319875
URL: http://svnweb.freebsd.org/changeset/ports/319875

Log:
  Actually commit the right config.sub
  
  Submitted by:	Christoph Moench-Tegeder <cmt at burggraben.net>

Modified:
  head/Templates/config.sub

Modified: head/Templates/config.sub
==============================================================================
--- head/Templates/config.sub	Tue Jun  4 15:52:55 2013	(r319874)
+++ head/Templates/config.sub	Tue Jun  4 16:13:29 2013	(r319875)
@@ -473,6 +473,12 @@ case $basic_machine in
 		basic_machine=a29k-none
 		os=-bsd
 		;;
+	amd64)
+		basic_machine=x86_64-pc
+		;;
+	amd64-*)
+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
 	amdahl)
 		basic_machine=580-amdahl
 		os=-sysv


More information about the svn-ports-head mailing list