From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1626 Path: news.gmane.org!not-for-mail From: basile@opensource.dyc.edu Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH] config.sub: add support for musl standard library Date: Fri, 17 Aug 2012 23:15:45 -0400 Message-ID: <1345259745-30509-1-git-send-email-basile@opensource.dyc.edu> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1345259591 565 80.91.229.3 (18 Aug 2012 03:13:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Aug 2012 03:13:11 +0000 (UTC) Cc: musl@lists.openwall.com, "Anthony G. Basile" To: config-patches@gnu.org Original-X-From: musl-return-1627-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 18 05:13:10 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T2ZTJ-0003rB-RT for gllmg-musl@plane.gmane.org; Sat, 18 Aug 2012 05:13:10 +0200 Original-Received: (qmail 19664 invoked by uid 550); 18 Aug 2012 03:13:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19656 invoked from network); 18 Aug 2012 03:13:08 -0000 X-Mailer: git-send-email 1.7.6.1 Xref: news.gmane.org gmane.linux.lib.musl.general:1626 Archived-At: From: "Anthony G. Basile" Musl is a new standard library which aims to be lightweight, fast, simple and free. See --- 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