Disable assembly optimizations on 32-bit ARM BTLS
Former-commit-id: 69dbf10802c66f8c795ba77c29a8938e834ff14e
This commit is contained in:
parent
f2a65a8797
commit
040ea0b201
12
debian/patches/disable_asm_in_btls_on_arm.patch
vendored
Normal file
12
debian/patches/disable_asm_in_btls_on_arm.patch
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: xamarin-pkg-mono/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- xamarin-pkg-mono.orig/configure.ac
|
||||||
|
+++ xamarin-pkg-mono/configure.ac
|
||||||
|
@@ -4391,6 +4391,7 @@ if test "x$enable_btls" = "xyes"; then
|
||||||
|
;;
|
||||||
|
arm)
|
||||||
|
btls_arch=arm
|
||||||
|
+ btls_cflags="-DOPENSSL_NO_ASM=1"
|
||||||
|
;;
|
||||||
|
armsoft)
|
||||||
|
btls_arch=arm
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
|||||||
|
disable_asm_in_btls_on_arm.patch
|
||||||
0001-Harden-JIT-job-control-against-cctors-deadlocking.-7.patch
|
0001-Harden-JIT-job-control-against-cctors-deadlocking.-7.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user