This still isn't perfect. When the common/xbps-src/shutils/chroot.sh function chroot_init() is called, the value for $XBPS_FFLAGS, which is defined in common/build-profiles/bootstrap.sh, is empty. Put the immediate value into the generated /etc/xbps/xbps-src.conf file until someone finds out where passing the value of $XBPS_FFLAGS throughout the scripts is missing.
		
			
				
	
	
		
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
XBPS_TARGET_CFLAGS="-march=armv8-a"
 | 
						|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
 | 
						|
XBPS_TARGET_FFLAGS=""
 | 
						|
XBPS_TRIPLET="aarch64-unknown-linux-gnu"
 |