Created attachment 178960 [details] armv6 fix Hi, The build fails on an invalid operand: <inline asm>:149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 gmake[2]: *** [GNUmakefile:50498: Source/WebCore/platform/graphics/cpu/arm/filters/libPlatform_la-FELightingNEON.lo] Error 1 The attached patch fixes the issue. Thanks in advance
A commit references this bug: Author: jbeich Date: Sun May 7 18:38:48 UTC 2017 New revision: 440353 URL: https://svnweb.freebsd.org/changeset/ports/440353 Log: www/webkit-gtk3: unbreak on armv6 In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26: In file included from ./Source/JavaScriptCore/config.h:30: ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ <inline asm>:149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 213961 216147 Submitted by: mikael.urankar@gmail.com Changes: head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
A commit references this bug: Author: jbeich Date: Sun May 7 18:40:47 UTC 2017 New revision: 440354 URL: https://svnweb.freebsd.org/changeset/ports/440354 Log: MFH: r440353 www/webkit-gtk3: unbreak on armv6 In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26: In file included from ./Source/JavaScriptCore/config.h:30: ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ <inline asm>:149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 213961 216147 Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam blanket Changes: _U branches/2017Q2/ branches/2017Q2/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h branches/2017Q2/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp