wolfssl/debian/patches/turn-off-fastmath-for-amd64.patch
2017-05-11 14:01:47 +02:00

22 lines
552 B
Diff

Description: Turn off fastmath for amd64, where it is default
Enabling fastmath just for amd64 causes the shared library symbols to
become architecture-dependent.
Author: Felix Lechner <felix.lechner@lease-up.com>
Forwarded: not-needed
Last-Update: 2017-04-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -2481,10 +2481,6 @@ fi
# set fastmath default
FASTMATH_DEFAULT=no
-if test "$host_cpu" = "x86_64"
-then
- FASTMATH_DEFAULT=yes
-fi
# fastmath
AC_ARG_ENABLE([fastmath],