|
Message-Id: <1345259745-30509-1-git-send-email-basile@opensource.dyc.edu> Date: Fri, 17 Aug 2012 23:15:45 -0400 From: basile@...nsource.dyc.edu To: config-patches@....org Cc: musl@...ts.openwall.com, "Anthony G. Basile" <blueness@...too.org> Subject: [PATCH] config.sub: add support for musl standard library From: "Anthony G. Basile" <blueness@...too.org> Musl is a new standard library which aims to be lightweight, fast, simple and free. See <http://www.etalabs.net/musl/> --- config.sub | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index b15df57..95eaf2d 100755 --- a/config.sub +++ b/config.sub @@ -123,7 +123,7 @@ esac maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) @@ -1364,7 +1364,7 @@ case $os in | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ -- 1.7.8.6
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.