gcc: disable extension elimination, it causes hostapd to be miscompiled on mips
[openwrt.git] / toolchain / gcc / patches / linaro / 850-use_shared_libgcc.patch
index ac05149..c9a565c 100644 (file)
@@ -29,7 +29,7 @@
  #endif
  
 +#ifndef LIBGCC_SPEC
-+#define LIBGCC_SPEC "%{static|static-libgcc:-lgcc -lgcc_eh}%{!static:%{!static-libgcc:-lgcc_s}}"
++#define LIBGCC_SPEC "%{static|static-libgcc:-lgcc}%{!static:%{!static-libgcc:-lgcc_s}}"
 +#endif
 +
  /* Determine which dynamic linker to use depending on whether GLIBC or
This page took 0.028959 seconds and 4 git commands to generate.