mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	make config-afl-gcc to help creating conf file
This commit is contained in:
		
							parent
							
								
									2ccbfc8d38
								
							
						
					
					
						commit
						1bbcd277fb
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -827,6 +827,9 @@ config-gcc-static: clean | |||
| config-gcc-4.8: clean | ||||
| 	echo 'CONFIG := gcc-4.8' > Makefile.conf | ||||
| 
 | ||||
| config-afl-gcc: clean | ||||
| 	echo 'CONFIG := afl-gcc' > Makefile.conf | ||||
| 
 | ||||
| config-emcc: clean | ||||
| 	echo 'CONFIG := emcc' > Makefile.conf | ||||
| 	echo 'ENABLE_TCL := 0' >> Makefile.conf | ||||
|  | @ -873,5 +876,5 @@ echo-git-rev: | |||
| -include techlibs/*/*.d | ||||
| 
 | ||||
| .PHONY: all top-all abc test install install-abc manual clean mrproper qtcreator coverage vcxsrc mxebin | ||||
| .PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-gprof config-sudo | ||||
| .PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-afl-gcc config-gprof config-sudo | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue