Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 868948 - let firefox know about cflags, r=ttaubert
Differential Revision: https://nss-review.dev.mozaws.net/D345

--HG--
extra : rebase_source : 6eca9ac9b4b840ef11ffe31e61cba051cd1e929f
extra : histedit_source : ac1e6fc59a98ac663e99d5ed22c2cd2f6864e6c1
  • Loading branch information
franziskuskiefer committed Jun 1, 2017
1 parent 0d75de7 commit 831b733
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/freebl/freebl.gyp
Expand Up @@ -164,6 +164,10 @@
},
}],
[ 'OS=="win" and target_arch=="ia32"', {
'cflags_mozilla': [
'-mpclmul',
'-maes',
],
'msvs_settings': {
'VCCLCompilerTool': {
#TODO: -Ox optimize flags
Expand Down Expand Up @@ -197,6 +201,10 @@
},
}],
[ 'cc_use_gnu_ld==1 and OS=="win" and target_arch=="x64"', {
'cflags_mozilla': [
'-mpclmul',
'-maes',
],
'defines': [
'MP_IS_LITTLE_ENDIAN',
'NSS_BEVAND_ARCFOUR',
Expand Down Expand Up @@ -260,6 +268,10 @@
'-mpclmul',
'-maes',
],
'cflags_mozilla': [
'-mpclmul',
'-maes',
],
}],
[ 'target_arch=="arm"', {
'defines': [
Expand Down

0 comments on commit 831b733

Please sign in to comment.