mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
49 lines
1.6 KiB
Diff
49 lines
1.6 KiB
Diff
|
diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile
|
||
|
index 0b8c6f4..e9668e1 100644
|
||
|
--- a/security/nss/lib/freebl/Makefile
|
||
|
+++ b/security/nss/lib/freebl/Makefile
|
||
|
@@ -753,7 +753,6 @@ $(OBJDIR)/$(PROG_PREFIX)intel-gcm-wrap$(OBJ_SUFFIX): CFLAGS += -mssse3
|
||
|
# .set Htbl, %rdi
|
||
|
# So we can't use Clang's integrated assembler with intel-gcm.s.
|
||
|
ifdef CC_IS_CLANG
|
||
|
-$(OBJDIR)/$(PROG_PREFIX)intel-gcm$(OBJ_SUFFIX): CFLAGS += -no-integrated-as
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
diff --git a/security/nss/lib/freebl/freebl.gyp b/security/nss/lib/freebl/freebl.gyp
|
||
|
index e7703ba..3ee3435 100644
|
||
|
--- a/security/nss/lib/freebl/freebl.gyp
|
||
|
+++ b/security/nss/lib/freebl/freebl.gyp
|
||
|
@@ -19,13 +19,10 @@
|
||
|
'conditions': [
|
||
|
[ 'cc_is_clang==1', {
|
||
|
'cflags': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
'cflags_mozilla': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
'asflags_mozilla': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
}],
|
||
|
],
|
||
|
diff --git a/security/nss/lib/freebl/freebl_base.gypi b/security/nss/lib/freebl/freebl_base.gypi
|
||
|
index afbffac..795bbd8 100644
|
||
|
--- a/security/nss/lib/freebl/freebl_base.gypi
|
||
|
+++ b/security/nss/lib/freebl/freebl_base.gypi
|
||
|
@@ -74,13 +74,10 @@
|
||
|
'conditions': [
|
||
|
[ 'cc_is_clang==1 and fuzz!=1 and coverage!=1', {
|
||
|
'cflags': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
'cflags_mozilla': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
'asflags_mozilla': [
|
||
|
- '-no-integrated-as',
|
||
|
],
|
||
|
}],
|
||
|
],
|