mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 05:24: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>
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/gcc/config/rs6000/linux64.h
 | |
| +++ b/gcc/config/rs6000/linux64.h
 | |
| @@ -369,8 +369,8 @@ extern int dot_symbols;
 | |
|  #endif
 | |
|  #define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
 | |
|  #define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
 | |
| -#define MUSL_DYNAMIC_LINKER32 "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E ".so.1"
 | |
| -#define MUSL_DYNAMIC_LINKER64 "/lib/ld-musl-powerpc64" MUSL_DYNAMIC_LINKER_E ".so.1"
 | |
| +#define MUSL_DYNAMIC_LINKER32 "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
 | |
| +#define MUSL_DYNAMIC_LINKER64 "/lib/ld-musl-powerpc64" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
 | |
|  #if DEFAULT_LIBC == LIBC_UCLIBC
 | |
|  #define CHOOSE_DYNAMIC_LINKER(G, U, M) "%{mglibc:" G ";:%{mmusl:" M ";:" U "}}"
 | |
|  #elif DEFAULT_LIBC == LIBC_GLIBC
 | |
| --- a/gcc/config/rs6000/sysv4.h
 | |
| +++ b/gcc/config/rs6000/sysv4.h
 | |
| @@ -765,7 +765,7 @@ ENDIAN_SELECT(" -mbig", " -mlittle", DEF
 | |
|  
 | |
|  #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
 | |
|  #define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
 | |
| -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E ".so.1"
 | |
| +#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-powerpc" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"
 | |
|  #if DEFAULT_LIBC == LIBC_UCLIBC
 | |
|  #define CHOOSE_DYNAMIC_LINKER(G, U, M) "%{mglibc:" G ";:%{mmusl:" M ";:" U "}}"
 | |
|  #elif DEFAULT_LIBC == LIBC_MUSL
 |