Correctly detect PowerPC64 systems.
[CONFIGURATION] * BUG: Correctly detect PowerPC64 systems.
This commit is contained in:
parent
572839a83c
commit
3e7d502bf0
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ AC_DEFUN([GB_SYSTEM],
|
|||
AC_DEFINE(ARCH_ARM, 1, [Target architecture is ARM])
|
||||
AC_DEFINE(ARCHITECTURE, "arm", [Architecture])
|
||||
;;
|
||||
powerpc-*-* )
|
||||
powerpc*-*-* )
|
||||
ARCH=PPC
|
||||
AC_DEFINE(ARCH_PPC, 1, [Target architecture is PowerPC])
|
||||
AC_DEFINE(ARCHITECTURE, "powerpc", [Architecture])
|
||||
|
|
Loading…
Reference in a new issue