Correctly detect PowerPC64 systems.

[CONFIGURATION]
* BUG: Correctly detect PowerPC64 systems.
This commit is contained in:
gambas 2018-11-20 23:10:45 +01:00
parent 572839a83c
commit 3e7d502bf0

View file

@ -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])