void-packages/srcpkgs/webkit2gtk
jbu 37d35ad5f1 webkit2gtk: unbreak armv6l
This is a yet untested try to fix the armv6l build.
The outcome should be tested by someone who owns an armv6l machine.

The assembler output generated by Source/JavaScriptCore/offlineasm/arm.rb
for the "mvlbl" pseudo opcode for armv6l is similar to that in the
"armMoveImmediate" function in the final else branch.
The difference is that it uses ".equ label, (x - y)" to define the
actual value, the difference between two labels, for "ldr reg, =label".

See https://bugs.webkit.org/show_bug.cgi?id=131612 for a discussion
and https://bugs.webkit.org/show_bug.cgi?id=141288 if this works out.
2015-08-08 23:42:12 +02:00
..
patches webkit2gtk: unbreak armv6l 2015-08-08 23:42:12 +02:00
template webkit2gtk: unbreak armv6l 2015-08-08 23:42:12 +02:00
update