0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-55178 Bump the aarch64 minimum architecture to armv8.2-a

This commit is contained in:
Andrew Morrow 2021-03-10 14:39:01 -05:00 committed by Evergreen Agent
parent 91f414df0d
commit 8f708f3b68
2 changed files with 3 additions and 7 deletions

View File

@ -2528,12 +2528,8 @@ if not env.TargetOSIs('windows') and (env.ToolchainIs('GCC', 'clang')):
# setting it for both C and C++ by setting both of CFLAGS and
# CXXFLAGS.
arm_march_flag = "armv8-a"
if get_option('use-hardware-crc32') == "on":
arm_march_flag += "+crc"
default_targeting_flags_for_architecture = {
"aarch64" : { "-march=" : arm_march_flag, "-mtune=" : "generic" },
"aarch64" : { "-march=" : "armv8.2-a", "-mtune=" : "generic" },
"i386" : { "-march=" : "nocona", "-mtune=" : "generic" },
"ppc64le" : { "-mcpu=" : "power8", "-mtune=" : "power8", "-mcmodel=" : "medium" },
"s390x" : { "-march=" : "z196", "-mtune=" : "zEC12" },

View File

@ -124,7 +124,7 @@ platforms:
- name: ubuntu1804-arm64
driver:
image_id: ami-01ac7d9c1179d7b74
instance_type: a1.medium
instance_type: m6g.medium
- name: ubuntu2004-x86-64
driver:
image_id: ami-068663a3c619dd892
@ -133,7 +133,7 @@ platforms:
- name: ubuntu2004-arm64
driver:
image_id: ami-00579fbb15b954340
instance_type: a1.medium
instance_type: m6g.medium
transport:
ssh_key: ~/.ssh/kitchen.pem