mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -6,6 +6,30 @@
|
|||
'../../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',
|
||||
|
|
@ -15,12 +39,19 @@
|
|||
'dependencies': [
|
||||
'<(DEPTH)/exports.gyp:nss_exports'
|
||||
],
|
||||
'conditions': [
|
||||
[ '(OS=="linux" or OS=="android") 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue