[CONFIGURATION]
* BUG: Correctly detect architecture on MacOSX. git-svn-id: svn://localhost/gambas/trunk@3782 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
baf2ac8e59
commit
a42c0951e0
@ -487,7 +487,7 @@ AC_DEFUN([GB_SYSTEM],
|
||||
AC_DEFINE(ARCH_X86, 1, [Target architecture is x86])
|
||||
AC_DEFINE(ARCHITECTURE, "x86", [Architecture])
|
||||
;;
|
||||
x86_64-*-*-* | amd64-* | ia64-* )
|
||||
x86_64-*-* | amd64-* | ia64-* )
|
||||
ARCH=X86_64
|
||||
AC_DEFINE(ARCH_X86_64, 1, [Target architecture is x86_64])
|
||||
AC_DEFINE(ARCHITECTURE, "x86_64", [Architecture])
|
||||
|
Loading…
x
Reference in New Issue
Block a user