mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:54:43 +02:00
toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25807 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
21a7664a9c
commit
7386839604
@ -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…
x
Reference in New Issue
Block a user