2
0
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:
Helge Bahmann
2012-09-14 19:05:52 +00:00
parent 94f7a5bd30
commit 40c05b4274
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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__)