 d67979b9d6
			
		
	
	d67979b9d6
	
	
	
		
			
			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
		
	
	
		
			425 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			425 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/gcc/config/arm/arm.h
 | |
| +++ b/gcc/config/arm/arm.h
 | |
| @@ -285,7 +285,7 @@ extern void (*arm_lang_output_object_att
 | |
|  /* Thumb-1 only.  */
 | |
|  #define TARGET_THUMB1_ONLY		(TARGET_THUMB1 && !arm_arch_notm)
 | |
|  
 | |
| -#define TARGET_LDRD			(arm_arch5e && ARM_DOUBLEWORD_ALIGN \
 | |
| +#define TARGET_LDRD			(arm_arch6 && ARM_DOUBLEWORD_ALIGN \
 | |
|                                           && !TARGET_THUMB1)
 | |
|  
 | |
|  #define TARGET_CRC32			(arm_arch_crc)
 |