mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt5-webkit: fix armv5* build
This commit is contained in:
parent
34432dd49f
commit
c3ee5c7c7d
2 changed files with 15 additions and 1 deletions
14
srcpkgs/qt5-webkit/patches/mips-isa-32.patch
Normal file
14
srcpkgs/qt5-webkit/patches/mips-isa-32.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h 2019-08-15 20:56:14.000000000 +0200
|
||||||
|
+++ Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h 2020-03-04 10:43:29.468482593 +0100
|
||||||
|
@@ -315,11 +315,7 @@
|
||||||
|
|
||||||
|
void countLeadingZeros32(RegisterID src, RegisterID dest)
|
||||||
|
{
|
||||||
|
-#if WTF_MIPS_ISA_AT_LEAST(32)
|
||||||
|
m_assembler.clz(dest, src);
|
||||||
|
-#else
|
||||||
|
- static_assert(false, "CLZ opcode is not available for this ISA");
|
||||||
|
-#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void lshift32(RegisterID shiftAmount, RegisterID dest)
|
|
@ -43,7 +43,7 @@ esac
|
||||||
# some platforms need libatomic
|
# some platforms need libatomic
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
armv6*|ppc*)
|
armv[56]*|ppc*)
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LIBS+=" -latomic"
|
LIBS+=" -latomic"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue