summaryrefslogtreecommitdiffstats
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
commit5537698be1dfe40676d0f5e9b43852a72a5e5573 (patch)
treec7c0855f8051508a5149cead39485bccc688f844 /toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch
parentbee26ca0de90d4b1895cb53982632f3ecb9ff362 (diff)
downloadmaster-31e0f0ae-5537698be1dfe40676d0f5e9b43852a72a5e5573.tar.gz
master-31e0f0ae-5537698be1dfe40676d0f5e9b43852a72a5e5573.tar.bz2
master-31e0f0ae-5537698be1dfe40676d0f5e9b43852a72a5e5573.zip
musl: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46481
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