diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-11 18:07:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-11 18:07:39 +0200 |
commit | 36a26b341d49d90e5b936278478134aa178a0238 (patch) | |
tree | 2c5bd0adacb775f849c82e5942a3bfb9061c8a5a /toolchain/binutils/patches | |
parent | 16de5fcccc6de9d6df017078fb02f775514c1b9b (diff) |
preliminary musl support
Diffstat (limited to 'toolchain/binutils/patches')
-rw-r--r-- | toolchain/binutils/patches/2.22/musl.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.22/musl.patch b/toolchain/binutils/patches/2.22/musl.patch new file mode 100644 index 000000000..4ea53c18f --- /dev/null +++ b/toolchain/binutils/patches/2.22/musl.patch @@ -0,0 +1,20 @@ +diff -Nur binutils-2.22.orig/config.sub binutils-2.22/config.sub +--- binutils-2.22.orig/config.sub 2011-06-06 12:36:06.000000000 +0200 ++++ binutils-2.22/config.sub 2013-08-11 14:40:22.308115171 +0200 +@@ -126,6 +126,7 @@ + case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ ++ linux-musl* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) +@@ -1334,7 +1335,7 @@ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ +- | -linux-newlib* | -linux-uclibc* \ ++ | -linux-newlib* | -linux-uclibc* | -linux-musl* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |