RESOLVED FIXED 174425
[WTF] Failure to build when the compiler specifically targets ARMv8-A / defines __ARM_ARCH_8A__
https://bugs.webkit.org/show_bug.cgi?id=174425
Summary [WTF] Failure to build when the compiler specifically targets ARMv8-A / defin...
Adrian Perez
Reported 2017-07-12 09:16:34 PDT
In the same fashion as bug #174424 WTF also fails to build whenever __ARCH_ARM_8A__ is defined but __ARCH_ARM_8__ is not. For reference, the ARM cross-compiler I am currently trying with Buildroot gives: % ./output/host/bin/arm-buildroot-linux-gnueabihf-g++ -E -dM -x c++ -std=c++1y /dev/null|grep ARM_ARCH_8 #define __ARM_ARCH_8A__ 1 % ./output/host/bin/arm-buildroot-linux-gnueabihf-g++ -dumpversion 6.4.0
Attachments
Patch (1.14 KB, patch)
2017-07-12 09:18 PDT, Adrian Perez
no flags
Adrian Perez
Comment 1 2017-07-12 09:18:07 PDT
WebKit Commit Bot
Comment 2 2017-07-12 11:42:33 PDT
Comment on attachment 315249 [details] Patch Clearing flags on attachment: 315249 Committed r219415: <http://trac.webkit.org/changeset/219415>
WebKit Commit Bot
Comment 3 2017-07-12 11:42:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.