We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f64b commit f1748f1Copy full SHA for f1748f1
third_party/boringssl/boringssl_configurations.gypi
@@ -66,6 +66,27 @@
66
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror off
67
},
68
69
+ # Disable hand-coded assembly routines on ARMv6 and ARMv5TE.
70
+ 'Dart_armv6_Base': {
71
+ 'abstract': 1,
72
+ 'defines': [
73
+ 'OPENSSL_NO_ASM',
74
+ ],
75
+ },
76
+ 'Dart_armv5te_Base': {
77
78
79
80
81
82
+ # TODO(24321): Also disable temporarily on arm64. Reenable after the next
83
+ # roll.
84
+ 'Dart_arm64_Base': {
85
86
87
88
89
90
# When being built for Android nss expects __linux__ to be defined.
91
'Dart_Android_Base': {
92
'target_conditions': [
@@ -96,4 +117,4 @@
96
117
97
118
98
119
99
-}
120
+}
0 commit comments