8a63fd1c75eaaa6543b8c2bf22bb77f9527719f2
[openwrt/openwrt.git] / toolchain / gcc / patches / 4.9-linaro / 220-musl_mips_softfloat.patch
1 --- a/gcc/config/mips/linux.h
2 +++ b/gcc/config/mips/linux.h
3 @@ -29,4 +29,4 @@ along with GCC; see the file COPYING3.
4 #else
5 #define MUSL_DYNAMIC_LINKER_E "%{EL:el}"
6 #endif
7 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-mips" MUSL_DYNAMIC_LINKER_E ".so.1"
8 +#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-mips" MUSL_DYNAMIC_LINKER_E "%{msoft-float:-sf}.so.1"