diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-30 20:15:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-30 20:15:11 +0000 |
commit | ed95e47f072caaeffdc48a78718cfc08fe89f690 (patch) | |
tree | aae48b7885b6b76d105627d533ef4dec7b769705 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch | |
parent | b046040bd6f323b214dbeee9767db7644cf3a6bd (diff) | |
download | upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.tar.gz upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.tar.bz2 upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.zip |
musl: update to the latest git version, fixes TLS issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48574
Diffstat (limited to 'toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch')
-rw-r--r-- | toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch b/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch index 4a851571c6..dd770f61bf 100644 --- a/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch +++ b/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch @@ -47,7 +47,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/configure +++ b/configure -@@ -595,6 +595,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE +@@ -604,6 +604,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf fi |