[Webkit-unassigned] [Bug 174425] New: [WTF] Failure to build when the compiler specifically targets ARMv8-A / defines __ARM_ARCH_8A__

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 12 09:16:34 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174425

            Bug ID: 174425
           Summary: [WTF] Failure to build when the compiler specifically
                    targets ARMv8-A / defines __ARM_ARCH_8A__
           Product: WebKit
           Version: Other
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170712/aeefbae1/attachment.html>


More information about the webkit-unassigned mailing list