diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-01 15:38:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-01 15:38:58 +0000 |
commit | c2e2651b712c5e6eaa7dabae1290d9885c7ae85c (patch) | |
tree | 9fe9b25e3bf5471fc129b10d37daca432e070054 | |
parent | 1da9f079b6e3d74a0f83e2d3ad7e1da96196aff2 (diff) | |
download | upstream-c2e2651b712c5e6eaa7dabae1290d9885c7ae85c.tar.gz upstream-c2e2651b712c5e6eaa7dabae1290d9885c7ae85c.tar.bz2 upstream-c2e2651b712c5e6eaa7dabae1290d9885c7ae85c.zip |
toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages
SVN-Revision: 25807
-rw-r--r-- | toolchain/gcc/patches/linaro/850-use_shared_libgcc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/linaro/850-use_shared_libgcc.patch b/toolchain/gcc/patches/linaro/850-use_shared_libgcc.patch index ac0514916f..c9a565cf8b 100644 --- a/toolchain/gcc/patches/linaro/850-use_shared_libgcc.patch +++ b/toolchain/gcc/patches/linaro/850-use_shared_libgcc.patch @@ -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 |