aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-25 09:24:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-25 09:24:46 +0000
commit621fb574a0a15f2460183697c8fdac9e43858672 (patch)
tree148b6cef9e185be2776d240333311301eed83879 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
parente24b47f3cd0c419100f7f29b5692868ff222f847 (diff)
downloadmaster-187ad058-621fb574a0a15f2460183697c8fdac9e43858672.tar.gz
master-187ad058-621fb574a0a15f2460183697c8fdac9e43858672.tar.bz2
master-187ad058-621fb574a0a15f2460183697c8fdac9e43858672.zip
musl: update to version 1.1.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48762 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch2
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 dd770f61bf..0dc3f0e8a8 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
-@@ -604,6 +604,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE
+@@ -615,6 +615,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE
trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf
fi