Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 16:13:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319875 - head/Templates
Message-ID:  <201306041613.r54GDTGs062195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306041613.r54GDTGs062195>