summaryrefslogtreecommitdiff
path: root/host.defs
diff options
context:
space:
mode:
Diffstat (limited to 'host.defs')
-rw-r--r--host.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/host.defs b/host.defs
index 5d4af1c13ccca..40572cc24271b 100644
--- a/host.defs
+++ b/host.defs
@@ -854,9 +854,9 @@ enddef :
newdef : defined(APPLE) && defined(MACH)
comment : OS X
vendor : : "apple"
-hosttype: defined(i386) : "intel-pc"
+hosttype: defined(i386) : "intel-mac"
hosttype: defined(ppc) : "powermac"
-hosttype: defined(M_amd64) : "amd"
+hosttype: defined(M_amd64) : "intel-mac"
ostype : : "darwin"
machtype: defined(i386) : "i386"
machtype: defined(M_amd64) : "x86_64"