| 
						
						
							
								
							
						
						
					 | 
					@ -187,6 +187,7 @@ _toolchain_check(){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							[ ${#temp} -gt 8 ] && echo -e "$w_l  Header File :$y_l $e$g_l\t$txt_found" || echo -e "$w_l  Header File :$y_l $e$r_l\t($txt_not_found)"; | 
					 | 
					 | 
							[ ${#temp} -gt 8 ] && echo -e "$w_l  Header File :$y_l $e$g_l\t$txt_found" || echo -e "$w_l  Header File :$y_l $e$r_l\t($txt_not_found)"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						done; | 
					 | 
					 | 
						done; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						pkg=$(find * |grep -m1 "pkgconfig"); | 
					 | 
					 | 
						pkg=$(find * |grep -m1 "pkgconfig"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						if [ ${#pkg} -gt 0 ];then | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							[ "$1" == "native" ] && cd "$_sysroot/$pkg" || cd "$tcdir/$1/$_sysroot/$pkg"; | 
					 | 
					 | 
							[ "$1" == "native" ] && cd "$_sysroot/$pkg" || cd "$tcdir/$1/$_sysroot/$pkg"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							echo -e "\n$w_l  Library config ----> $C$_sysroot/$pkg$w_l\n  ====================\n"; | 
					 | 
					 | 
							echo -e "\n$w_l  Library config ----> $C$_sysroot/$pkg$w_l\n  ====================\n"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							for f in *.pc;do | 
					 | 
					 | 
							for f in *.pc;do | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -194,6 +195,9 @@ _toolchain_check(){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								sp1=$(printf '%*s' $((20-${#f})) | tr ' ' ' ') && sp2=$(printf '%*s' $((20-${#na})) | tr ' ' ' '); | 
					 | 
					 | 
								sp1=$(printf '%*s' $((20-${#f})) | tr ' ' ' ') && sp2=$(printf '%*s' $((20-${#na})) | tr ' ' ' '); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								[ ${#content} -gt 0 ] && echo -e "$w_l  Library Config :$y_l "$f"$sp1$g_l$txt_found\t$p_l$na$sp2$ver" || echo -e "$w_l  Library Config :$y_l "$f"$sp1$r_l($txt_not_found)"; | 
					 | 
					 | 
								[ ${#content} -gt 0 ] && echo -e "$w_l  Library Config :$y_l "$f"$sp1$g_l$txt_found\t$p_l$na$sp2$ver" || echo -e "$w_l  Library Config :$y_l "$f"$sp1$r_l($txt_not_found)"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							done; | 
					 | 
					 | 
							done; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						else | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
							echo -e "\n$w_l  Library config ----> $C no libraries found in pkgconfig$w_l\n  ====================\n"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
						fi | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						echo -e $re_; | 
					 | 
					 | 
						echo -e $re_; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						exit; | 
					 | 
					 | 
						exit; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					}; | 
					 | 
					 | 
					}; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |