diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 16:13:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 16:13:29 +0000 |
commit | 7f96d18a896164abf0bce6cc4dae149851f50da5 (patch) | |
tree | 7dcf16b43f7c3569f57a03c640e48e508e576051 /Templates | |
parent | fec7a29596cbca08285e872c2ab4b312201ebc7f (diff) | |
download | ports-7f96d18a896164abf0bce6cc4dae149851f50da5.tar.gz ports-7f96d18a896164abf0bce6cc4dae149851f50da5.zip |
Notes
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/config.sub | 6 |
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 |