mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fixed ABC ARCHFLAGS for win32 cross build
This commit is contained in:
		
							parent
							
								
									0913e968f5
								
							
						
					
					
						commit
						09d2e5cf5d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -94,7 +94,7 @@ CXXFLAGS += -std=gnu++0x -Os -D_POSIX_SOURCE
 | 
			
		|||
CXXFLAGS := $(filter-out -fPIC,$(CXXFLAGS))
 | 
			
		||||
LDFLAGS := $(filter-out -rdynamic,$(LDFLAGS)) -s
 | 
			
		||||
LDLIBS := $(filter-out -lrt,$(LDLIBS))
 | 
			
		||||
ABCMKARGS += ARCHFLAGS="-DLIN -DSIZEOF_VOID_P=4 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -DWIN32_NO_DLL -x c++ -fpermissive -w -pthread"
 | 
			
		||||
ABCMKARGS += ARCHFLAGS="-DSIZEOF_VOID_P=4 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -DWIN32_NO_DLL -x c++ -fpermissive -w"
 | 
			
		||||
ABCMKARGS += LIBS="lib/x86/pthreadVC2.lib -s" READLINE=0
 | 
			
		||||
EXE = .exe
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue