blob: 7e7a248e5633052aae9477b9aeecff1f7e7fb202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.4 2005/06/06 15:52:10 hira Exp $
--- AC-TOOLS/config.sub.orig 2004-07-18 02:22:16.000000000 +0100
+++ AC-TOOLS/config.sub 2004-07-18 02:23:09.000000000 +0100
@@ -182,7 +182,8 @@ case $basic_machine in
| sparc64-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mipstx39-* | mipstx39el-* \
- | f301-*)
+ | f301-* \
+ | amd64-* | x86_64-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
|