Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Backed out changeset 77ae602f995a for gecko build failures.
  • Loading branch information
martinthomson committed Oct 16, 2018
1 parent 9731f87 commit 7d8f36e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
35 changes: 2 additions & 33 deletions lib/freebl/freebl.gyp
Expand Up @@ -6,30 +6,6 @@
'../../coreconf/config.gypi'
],
'targets': [
{
'target_name': 'intel-gcm-s_lib',
'type': 'static_library',
'sources': [
'intel-aes.s',
'intel-gcm.s',
],
'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': 'intel-gcm-wrap_c_lib',
'type': 'static_library',
Expand All @@ -39,19 +15,12 @@
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports'
],
'conditions': [
[ 'OS=="linux" and target_arch=="x64"', {
'dependencies': [
'intel-gcm-s_lib',
],
}],
],
'cflags': [
'-mssse3',
'-mssse3'
],
'cflags_mozilla': [
'-mssse3'
],
]
},
{
# TODO: make this so that all hardware accelerated code is in here.
Expand Down
4 changes: 3 additions & 1 deletion lib/freebl/freebl_base.gypi
Expand Up @@ -67,12 +67,14 @@
[ 'target_arch=="x64"', {
'sources': [
'arcfour-amd64-gas.s',
'intel-aes.s',
'intel-gcm.s',
'mpi/mpi_amd64.c',
'mpi/mpi_amd64_gas.s',
'mpi/mp_comba.c',
],
'conditions': [
[ 'cc_is_clang==1 and fuzz!=1', {
[ 'cc_is_clang==1', {
'cflags': [
'-no-integrated-as',
],
Expand Down

0 comments on commit 7d8f36e

Please sign in to comment.