mirror of
				https://github.com/hzyitc/openwrt-redmi-ax3000
				synced 2025-10-30 07:50:32 +08:00 
			
		
		
		
	 6b2ed6101e
			
		
	
	6b2ed6101e
	
	
	
		
			
			No package here depends on it. Furthermore, uClibc++ is a fairly buggy C++ library and seems to be relatively inactive upstream. It also lacks proper support for modern C++11 features. The main benefit of it is size: 66.6 KB vs 287.3 KB on mips24kc. Static linking and LTO can help bring the size down of packages that need it. Added warning message to uclibc++.mk Signed-off-by: Rosen Penev <rosenp@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			3 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| $(warn uclibc++.mk is deprecated. Please remove it and CXX_DEPENDS)
 | |
| CXX_DEPENDS = +libstdcpp
 |