guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: OpenSSL: Remove obsolete workaround.


From: Marius Bakke
Subject: 01/04: gnu: OpenSSL: Remove obsolete workaround.
Date: Sun, 9 Sep 2018 19:40:39 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 18784d8f11f62a3ebeb4050ff2d8be5e3623dbbf
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 10 00:54:03 2018 +0200

    gnu: OpenSSL: Remove obsolete workaround.
    
    * gnu/packages/tls.scm (openssl)[arguments]: Remove workaround that is not
    needed for GCC version 5.3 and later.
---
 gnu/packages/tls.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6cb739e..22fcf6e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -317,15 +317,7 @@ required structures.")
                      (string-append "--openssldir=" out
                                     "/share/openssl-" ,version)
 
-                     (string-append "--prefix=" out)
-
-                     ;; XXX FIXME: Work around a code generation bug in GCC
-                     ;; 4.9.3 on ARM when compiled with -mfpu=neon.  See:
-                     ;; <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66917>
-                     ,@(if (and (not (%current-target-system))
-                                (string-prefix? "armhf" (%current-system)))
-                           '("-mfpu=vfpv3")
-                           '())))))
+                     (string-append "--prefix=" out)))))
         (add-after
          'install 'make-libraries-writable
          (lambda* (#:key outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]