From e01ebd5ecb0c81c7962e99a5a91fac2e997d9842 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 24 Apr 2010 11:37:45 +0000 Subject: [PATCH] Detect amd64 platform correctly on FreeBSD --- dtool/Config.FreeBSD.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.FreeBSD.pp b/dtool/Config.FreeBSD.pp index 2ca1061a3b..5df24db1c8 100644 --- a/dtool/Config.FreeBSD.pp +++ b/dtool/Config.FreeBSD.pp @@ -140,7 +140,7 @@ #defer INSTALL_PROG $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -m $[INSTALL_UMASK_PROG] $[install_dash_p] $[notdir $[local]] $[dest]/ // What additional flags should we pass to interrogate? -#if $[eq $[shell uname -m], x86_64] // if FreeBSD is 64bit +#if $[eq $[shell uname -m], amd64] // if FreeBSD is 64bit #define SYSTEM_IGATE_FLAGS -D_LP64 -D__const=const -Dvolatile -Dmutable #else #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile -Dmutable