Browse Source

Detect amd64 platform correctly on FreeBSD

rdb 15 years ago
parent
commit
e01ebd5ecb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.FreeBSD.pp

+ 1 - 1
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