From: Florian Fainelli Date: Tue, 26 Feb 2013 16:40:20 +0000 (+0000) Subject: toolchain/binutils: add musl libc config.sub patch to 2.23.1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=10c38f50a061a2c7ac233e2f78bdfc5b53989f6b toolchain/binutils: add musl libc config.sub patch to 2.23.1 Signed-off-by: Florian Fainelli SVN-Revision: 35814 --- diff --git a/toolchain/binutils/patches/2.23.1/200-musl.patch b/toolchain/binutils/patches/2.23.1/200-musl.patch new file mode 100644 index 0000000000..40fe76d34d --- /dev/null +++ b/toolchain/binutils/patches/2.23.1/200-musl.patch @@ -0,0 +1,10 @@ +--- a/config.sub ++++ b/config.sub +@@ -125,6 +125,7 @@ esac + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` + case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ ++ linux-musl* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \