aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-24 15:35:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-07-24 15:35:55 +0000
commit16c32e7ce64e09c4a8ac37de45a67600e9db7f09 (patch)
tree2463a254f0c05d471bd491f5d949d96c9d042252 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
parent7d4eb63409e1a6dad56da2a12d207734afe014b1 (diff)
downloadmaster-187ad058-16c32e7ce64e09c4a8ac37de45a67600e9db7f09.tar.gz
master-187ad058-16c32e7ce64e09c4a8ac37de45a67600e9db7f09.tar.bz2
master-187ad058-16c32e7ce64e09c4a8ac37de45a67600e9db7f09.zip
musl: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46481 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 4ed0ade3fa..20c24cb85d 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
-@@ -498,6 +498,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE
+@@ -522,6 +522,10 @@ trycppif "_MIPSEL || __MIPSEL || __MIPSE
trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf
fi