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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/libgcc/config/mips/t-mips16
 | 
						|
+++ b/libgcc/config/mips/t-mips16
 | 
						|
@@ -43,3 +43,6 @@ SYNC_CFLAGS = -mno-mips16
 | 
						|
 
 | 
						|
 # Version these symbols if building libgcc.so.
 | 
						|
 SHLIB_MAPFILES += $(srcdir)/config/mips/libgcc-mips16.ver
 | 
						|
+
 | 
						|
+CRTSTUFF_T_CFLAGS += -mno-mips16
 | 
						|
+CRTSTUFF_T_CFLAGS_S += -mno-mips16
 |