toolchain/gcc: refresh patches
[openwrt.git] / toolchain / gcc / patches / 4.5-linaro / 840-armv4_pass_fix-v4bx_to_ld.patch
index e2e33c2b391cb4de9fe7e814cf20893f9654f8c5..97ef38590fdcf9e2b3e879adeeee5b5dc4ba4c94 100644 (file)
@@ -1,8 +1,8 @@
 --- a/gcc/config/arm/linux-eabi.h
 +++ b/gcc/config/arm/linux-eabi.h
-@@ -63,10 +63,14 @@
- #undef  GLIBC_DYNAMIC_LINKER
- #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.3"
+@@ -67,10 +67,14 @@
+ #undef  MUSL_DYNAMIC_LINKER
+ #define MUSL_DYNAMIC_LINKER "/lib/ld-musl-arm.so.1"
  
 +/* For armv4 we pass --fix-v4bx to linker to support EABI */
 +#undef TARGET_FIX_V4BX_SPEC