From: florian 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-Tag: fast2504n-3.10.28-merged~3252 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=7c5c45c133da8274bbdf9dc9c6c98f0e6c4a84c9;p=openwrt.git toolchain/binutils: add musl libc config.sub patch to 2.23.1 Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35814 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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* | \