diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
commit | 348c3af966da52db55c20b37222e6f95de2627a4 (patch) | |
tree | 0be4852e8e7e6dc308e3527aaa7464ad798229c9 /toolchain/binutils/patches/linaro/200-musl.patch | |
parent | 2dad4ed3579cfc52fc819da7b6d9823385153b76 (diff) | |
download | upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.gz upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.bz2 upstream-348c3af966da52db55c20b37222e6f95de2627a4.zip |
add support for Linaro binutils 2.23.2-2013.06
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 37944
Diffstat (limited to 'toolchain/binutils/patches/linaro/200-musl.patch')
-rw-r--r-- | toolchain/binutils/patches/linaro/200-musl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/linaro/200-musl.patch b/toolchain/binutils/patches/linaro/200-musl.patch new file mode 100644 index 0000000000..40fe76d34d --- /dev/null +++ b/toolchain/binutils/patches/linaro/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* | \ |