gnu: OpenSSL: Remove obsolete code.

* gnu/packages/tls.scm (openssl-next)[arguments]: Remove GCC4 workaround.
This commit is contained in:
Marius Bakke 2019-02-18 18:39:18 +01:00
parent 4727e69aa0
commit 799de4687f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -448,15 +448,7 @@ (define-public openssl-next
"/share/openssl-" ,version)
(string-append "--prefix=" out)
(string-append "-Wl,-rpath," lib)
;; 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 "-Wl,-rpath," lib)))))
(delete 'move-man3-pages)
(add-after 'install 'move-extra-documentation