22 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| -- $Source$
 | |
| -- $State$
 | |
| 
 | |
| local d = ROOTDIR.."mach/i86/"
 | |
| 
 | |
| include (d.."libem/pmfile")
 | |
| include (d.."libend/pmfile")
 | |
| 
 | |
| mach_i86 = group {
 | |
| 	proto_as,
 | |
| 	proto_ncg { ARCHDIR = "i86" },
 | |
| 	ego_descr,
 | |
| }
 | |
| 
 | |
| support_i86 = group {
 | |
| 	OPTIMISATION = "-O",
 | |
| 	ACKBUILDFLAGS = {PARENT, "-ansi"},
 | |
| 
 | |
| 	libem_i86,
 | |
| 	libend_i86,
 | |
| }
 | |
| 
 |