mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +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
|
|
@ -67,14 +67,12 @@
|
|||
[ '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', {
|
||||
[ 'cc_is_clang==1 and fuzz!=1', {
|
||||
'cflags': [
|
||||
'-no-integrated-as',
|
||||
],
|
||||
|
|
@ -114,8 +112,7 @@
|
|||
'intel-gcm-x64-masm.asm',
|
||||
],
|
||||
}],
|
||||
[ 'cc_use_gnu_ld!=1 and target_arch!="x64"', {
|
||||
# not x64
|
||||
[ 'cc_use_gnu_ld!=1 and target_arch=="ia32"', {
|
||||
'sources': [
|
||||
'mpi/mpi_x86_asm.c',
|
||||
'intel-aes-x86-masm.asm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue