diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-25 23:53:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-25 23:55:29 -0400 |
commit | eb26970a212bf6b0a17981efde1f455a16038e8a (patch) | |
tree | da9a47639eb49b5b7cdc6c5d094680d42da259ad /gnu | |
parent | 171ae35c136bf298aa29b987d9f74766c1e37efc (diff) |
gnu: openssl: Add reference to upstream GCC bug in comment.
This is a followup to commit e12027179f136766609fb8dbc920f5705d62fc95.
* gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream
GCC bug in comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tls.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 3212d8040e..5dd2adc1e6 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -204,7 +204,8 @@ required structures.") "--libdir=lib" (string-append "--prefix=" out) ;; XXX FIXME: Work around a code generation bug in GCC - ;; 4.9.3 on ARM when compiled with -mfpu=neon. + ;; 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") |