diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
commit | 58ab3ad6b0f2cd1e302011e492832673f017ed08 (patch) | |
tree | 8db648d8e2d2a924f19168fad5fc8250508d83d6 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch | |
parent | 3d1890053c68ea22c2b4532d2e839638261de8be (diff) | |
download | upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.gz upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.bz2 upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.zip |
musl: update to version 1.1.11
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46772
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 20c24cb85d..195c93337f 100644 --- a/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch +++ b/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch @@ -33,7 +33,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/configure +++ b/configure -@@ -522,6 +522,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE +@@ -538,6 +538,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf fi |