[Boost-bugs] [Boost C++ Libraries] #10910: arm64 value for <instruction-set> feature support

Subject: [Boost-bugs] [Boost C++ Libraries] #10910: arm64 value for <instruction-set> feature support
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-30 11:21:49


#10910: arm64 value for <instruction-set> feature support
-------------------------------+---------------------------
 Reporter: dmigous@… | Owner: vladimir_prus
     Type: Patches | Status: new
Milestone: To Be Determined | Component: build
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: arm, arm64, build |
-------------------------------+---------------------------
 I want to build boost for arm64 instruction set. But getting error:

     error: "arm64" is not a known value of feature <instruction-set>

 This error occurs because builtin.jam file contains just following
 **valid** values for instruction-set feature:

     armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5t armv5te armv6
 armv6j armv6j iwmmxt ep9312 armv7 armv7s

 I also checked several versions of boost - all of them don't contain arm64
 value at builtin.jam file. Meanwhile arm64 is a valid argument to
 **-arch** option for compiler (e.g. clang)

 So my question is: why don't add there "arm64" value to the list of valid
 values for instruction-set feature?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10910>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC