Enable support for powerpc64 systems. New problems with NVTT will be addressed in another diff.

Patch by: @tpearson-raptor
Comments by: @q66
Refs:
https://github.com/void-linux/void-packages/blob/master/srcpkgs/0ad/patches/ppc64.patch

Differential Revision: https://code.wildfiregames.com/D1619
This was SVN commit r24995.
This commit is contained in:
Stan
2021-03-03 15:13:47 +00:00
parent a4223c87f6
commit c16d961cd2
6 changed files with 28 additions and 5 deletions
+1
View File
@@ -124,6 +124,7 @@ void RunHardwareDetection()
scriptInterface.SetProperty(settings, "arch_arm", ARCH_ARM);
scriptInterface.SetProperty(settings, "arch_aarch64", ARCH_AARCH64);
scriptInterface.SetProperty(settings, "arch_e2k", ARCH_E2K);
scriptInterface.SetProperty(settings, "arch_ppc64", ARCH_PPC64);
#ifdef NDEBUG
scriptInterface.SetProperty(settings, "build_debug", 0);