aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl')
-rw-r--r--www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl b/www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl
deleted file mode 100644
index dcd9537306df..000000000000
--- a/www/iridium/files/patch-third__party_boringssl_src_crypto_perlasm_x86__64-xlate.pl
+++ /dev/null
@@ -1,24 +0,0 @@
---- third_party/boringssl/src/crypto/perlasm/x86_64-xlate.pl.orig 2023-07-24 14:27:53 UTC
-+++ third_party/boringssl/src/crypto/perlasm/x86_64-xlate.pl
-@@ -1510,6 +1510,21 @@ OPTION DOTNAME
- ___
- }
-
-+if ($nasm) {
-+ print <<___;
-+\%define _CET_ENDBR
-+___
-+} else {
-+ print <<___;
-+#if defined(__CET__)
-+#include <cet.h>
-+#else
-+#define _CET_ENDBR
-+#endif
-+
-+___
-+}
-+
- if ($gas) {
- my $target;
- if ($elf) {