which can be emulated using qemu (for, hopefully, a test suite). Currently it generates images which won't run because there's no RAM.
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			267 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			267 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
acklibrary {
 | 
						|
    name = "lib",
 | 
						|
    srcs = {
 | 
						|
        "./*.s",
 | 
						|
        "./*.c",
 | 
						|
    },
 | 
						|
	deps = {
 | 
						|
		"lang/cem/libcc.ansi/headers+headers",
 | 
						|
		"plat/qemuppc/include+headers",
 | 
						|
        "mach/powerpc/libem+headers_qemuppc",
 | 
						|
	},
 | 
						|
    vars = {
 | 
						|
        plat = "qemuppc"
 | 
						|
    }
 | 
						|
}
 | 
						|
  |