mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	This is the final bugfix release in the gcc-5 series. Compile and run tested on macOS 10.13 (Xcode 9), mvebu/ar71xx. Removed redundant patch for macOS (backported upstream by yours truly) Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
		
			
				
	
	
		
			12 lines
		
	
	
		
			392 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			392 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libstdc++-v3/include/Makefile.in
 | |
| +++ b/libstdc++-v3/include/Makefile.in
 | |
| @@ -1422,7 +1422,7 @@ stamp-bits: ${bits_headers}
 | |
|  	@$(STAMP) stamp-bits
 | |
|  
 | |
|  stamp-bits-sup: stamp-bits ${bits_sup_headers}
 | |
| -	@-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null
 | |
| +	@-cd ${bits_builddir} && $(LN_S) $(filter-out stamp-bits,$?) . 2>/dev/null
 | |
|  	@$(STAMP) stamp-bits-sup
 | |
|  
 | |
|  stamp-c_base: ${c_base_headers}
 |