mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	extends the list of platforms without <alloca.h>
This permits to fix a compilation bug on OpenBSD https://www.gnu.org/software/gnulib/manual/html_node/alloca_002eh.html > This header file is missing on some platforms: > FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, mingw, MSVC 14.
This commit is contained in:
		
							parent
							
								
									d25f349f4d
								
							
						
					
					
						commit
						793b9ade56
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
#undef HAVE_LIBPTHREAD
 | 
			
		||||
#undef HAVE_FSEEKO
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef __FreeBSD__
 | 
			
		||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
 | 
			
		||||
#undef HAVE_ALLOCA_H
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue