aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-04 16:13:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-04 16:13:29 +0000
commit7f96d18a896164abf0bce6cc4dae149851f50da5 (patch)
tree7dcf16b43f7c3569f57a03c640e48e508e576051 /Templates
parentfec7a29596cbca08285e872c2ab4b312201ebc7f (diff)
downloadports-7f96d18a896164abf0bce6cc4dae149851f50da5.tar.gz
ports-7f96d18a896164abf0bce6cc4dae149851f50da5.zip
Actually commit the right config.sub
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes
Notes: svn path=/head/; revision=319875
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.sub6
1 files changed, 6 insertions, 0 deletions
diff --git a/Templates/config.sub b/Templates/config.sub
index df34087f2974..8b612ab89df9 100644
--- a/Templates/config.sub
+++ b/Templates/config.sub
@@ -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