We call this "zig-build" instead of just "zig" as this build-style relies on usage of the zig build system. In the future, other build systems such as meson may support zig code. Furthermore, the zig build system may be used to build C/C++ code as well, not just zig.
		
			
				
	
	
		
			8 lines
		
	
	
		
			264 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			264 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
XBPS_TARGET_CFLAGS="-mcpu=970 -mtune=power9"
 | 
						|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
 | 
						|
XBPS_TARGET_FFLAGS="$XBPS_TARGET_CFLAGS"
 | 
						|
XBPS_TRIPLET="powerpc64-unknown-linux-musl"
 | 
						|
XBPS_RUST_TARGET="$XBPS_TRIPLET"
 | 
						|
XBPS_ZIG_TARGET="powerpc64-linux-musl"
 | 
						|
XBPS_ZIG_CPU="970"
 |