wolfssl/debian/patches/turn-off-fastmath-for-amd64.patch

22 lines
552 B
Diff
Raw Normal View History

2017-04-23 02:48:29 +02:00
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
2017-12-22 00:43:45 +01:00
@@ -3036,10 +3036,6 @@ fi
2017-04-23 02:48:29 +02:00
# set fastmath default
FASTMATH_DEFAULT=no
-if test "$host_cpu" = "x86_64"
-then
- FASTMATH_DEFAULT=yes
-fi
# fastmath
AC_ARG_ENABLE([fastmath],