Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
940668f5
Commit
940668f5
authored
Jul 28, 2020
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-23137: aarch64, postfix - cmake include
parent
459b87f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
storage/rocksdb/build_rocksdb.cmake
storage/rocksdb/build_rocksdb.cmake
+1
-0
No files found.
storage/rocksdb/build_rocksdb.cmake
View file @
940668f5
...
@@ -447,6 +447,7 @@ else()
...
@@ -447,6 +447,7 @@ else()
endif
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"ppc64"
)
endif
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"ppc64"
)
# aarch
# aarch
if
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"aarch64|AARCH64"
)
if
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"aarch64|AARCH64"
)
INCLUDE
(
CheckCXXCompilerFlag
)
CHECK_CXX_COMPILER_FLAG
(
"-march=armv8-a+crc+crypto"
HAS_ARMV8_CRC
)
CHECK_CXX_COMPILER_FLAG
(
"-march=armv8-a+crc+crypto"
HAS_ARMV8_CRC
)
if
(
HAS_ARMV8_CRC
)
if
(
HAS_ARMV8_CRC
)
message
(
STATUS
" HAS_ARMV8_CRC yes"
)
message
(
STATUS
" HAS_ARMV8_CRC yes"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment