mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages
SVN-Revision: 25807
This commit is contained in:
parent
1da9f079b6
commit
c2e2651b71
@ -29,7 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#ifndef LIBGCC_SPEC
|
+#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
|
+#endif
|
||||||
+
|
+
|
||||||
/* Determine which dynamic linker to use depending on whether GLIBC or
|
/* Determine which dynamic linker to use depending on whether GLIBC or
|
||||||
|
Loading…
Reference in New Issue
Block a user