View | Details | Raw Unified | Return to bug 240554
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 27-33 Link Here
27
BROKEN_mips=		invokes x86 assembler
27
BROKEN_mips=		invokes x86 assembler
28
BROKEN_mips64=		invokes x86 assembler
28
BROKEN_mips64=		invokes x86 assembler
29
BROKEN_sparc64=		invokes x86 assembler
29
BROKEN_sparc64=		invokes x86 assembler
30
BROKEN_powerpc64=	invokes x86 assembler
31
BROKEN_i386=		does not build (error: this directive must appear between .cfi_startproc and .cfi_endproc directives)
30
BROKEN_i386=		does not build (error: this directive must appear between .cfi_startproc and .cfi_endproc directives)
32
31
33
USES=		alias cmake compiler:c++11-lib gettext gl \
32
USES=		alias cmake compiler:c++11-lib gettext gl \
(-)files/patch-lib_angelscript_source_as__config.h (+11 lines)
Line 0 Link Here
1
--- lib/angelscript/source/as_config.h.orig	2019-09-12 21:09:33 UTC
2
+++ lib/angelscript/source/as_config.h
3
@@ -953,6 +953,8 @@
4
 			#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
5
 			#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
6
 			#define AS_X86
7
+		#elif defined(__powerpc64__)
8
+			#define AS_MAX_PORTABILITY
9
 		#elif defined(__LP64__)
10
 			#define AS_X64_GCC
11
 			#define HAS_128_BIT_PRIMITIVES

Return to bug 240554