Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1712230 - Don't build ppc-gcm.s with clang integrated assembler. …
…r=bbeurdouche

Like intel-gcm.s.

Differential Revision: https://phabricator.services.mozilla.com/D115664

--HG--
extra : moz-landing-system : lando
  • Loading branch information
glandium committed May 24, 2021
1 parent 7f33d09 commit 1cf9df9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/freebl/freebl.gyp
Expand Up @@ -293,6 +293,19 @@
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports'
],
'conditions': [
[ 'cc_is_clang==1', {
'cflags': [
'-no-integrated-as',
],
'cflags_mozilla': [
'-no-integrated-as',
],
'asflags_mozilla': [
'-no-integrated-as',
],
}],
],
},
{
'target_name': 'ppc-gcm-wrap-nodepend_c_lib',
Expand Down

0 comments on commit 1cf9df9

Please sign in to comment.