mame: readd relevant part of ppc patch
We still need 64-bit long double. [ci skip]
This commit is contained in:
parent
fbaa28bd91
commit
496f9a6fe3
1 changed files with 15 additions and 0 deletions
15
srcpkgs/mame/patches/ppc-fixes.patch
Normal file
15
srcpkgs/mame/patches/ppc-fixes.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- makefile
|
||||||
|
+++ makefile
|
||||||
|
@@ -394,6 +394,12 @@ BIGENDIAN := 1
|
||||||
|
endif
|
||||||
|
endif # BIGENDIAN
|
||||||
|
|
||||||
|
+# Work around an issue with long doubles on ppc (#3157)
|
||||||
|
+ifneq (,$(findstring ppc,$(UNAME)))
|
||||||
|
+ARCHOPTS_C += -mlong-double-64
|
||||||
|
+ARCHOPTS_CXX += -mlong-double-64
|
||||||
|
+endif
|
||||||
|
+
|
||||||
|
ifndef PYTHON_EXECUTABLE
|
||||||
|
PYTHON := python
|
||||||
|
else
|
Loading…
Reference in a new issue