gnu: openssl: Add reference to upstream GCC bug in comment.
This is a followup to commit e12027179f.
* gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream
  GCC bug in comment.
			
			
This commit is contained in:
		
							parent
							
								
									171ae35c13
								
							
						
					
					
						commit
						eb26970a21
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -204,7 +204,8 @@ required structures.")
 | 
				
			||||||
                     "--libdir=lib"
 | 
					                     "--libdir=lib"
 | 
				
			||||||
                     (string-append "--prefix=" out)
 | 
					                     (string-append "--prefix=" out)
 | 
				
			||||||
                     ;; XXX FIXME: Work around a code generation bug in GCC
 | 
					                     ;; 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))
 | 
					                     ,@(if (and (not (%current-target-system))
 | 
				
			||||||
                                (string-prefix? "armhf" (%current-system)))
 | 
					                                (string-prefix? "armhf" (%current-system)))
 | 
				
			||||||
                           '("-mfpu=vfpv3")
 | 
					                           '("-mfpu=vfpv3")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue