summaryrefslogtreecommitdiffstats
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
commit796968fc0f6a06e00d6a83a491ce5f7ee070aec2 (patch)
treed57dc41d03c932b51b6cd955b3a6f8b44dbabf51 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
parentb4a1bd899290bc1279070c6ae643ee9e927ee9e2 (diff)
downloadmaster-31e0f0ae-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.tar.gz
master-31e0f0ae-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.tar.bz2
master-31e0f0ae-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.zip
musl: update to version 1.1.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48762
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