mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: OpenSSL: Remove obsolete code.
* gnu/packages/tls.scm (openssl-next)[arguments]: Remove GCC4 workaround.
This commit is contained in:
parent
4727e69aa0
commit
799de4687f
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue