mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-20 01:22:08 +00:00
Rename armv6+ to armv6plus
Avoid forbidden character in file name. [SVN r80525]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef BOOST_ATOMIC_DETAIL_GCC_ARMV6P_HPP
|
||||
#define BOOST_ATOMIC_DETAIL_GCC_ARMV6P_HPP
|
||||
#ifndef BOOST_ATOMIC_DETAIL_GCC_ARMV6PLUS_HPP
|
||||
#define BOOST_ATOMIC_DETAIL_GCC_ARMV6PLUS_HPP
|
||||
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -27,7 +27,7 @@
|
||||
|| defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__) \
|
||||
|| defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_7A__))
|
||||
|
||||
#include <boost/atomic/detail/gcc-armv6+.hpp>
|
||||
#include <boost/atomic/detail/gcc-armv6plus.hpp>
|
||||
|
||||
#elif defined(__linux__) && defined(__arm__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user