mailing list of musl libc
 help / color / mirror / code / Atom feed
From: basile@opensource.dyc.edu
To: config-patches@gnu.org
Cc: musl@lists.openwall.com, "Anthony G. Basile" <blueness@gentoo.org>
Subject: [PATCH] config.sub: add support for musl standard library
Date: Fri, 17 Aug 2012 23:15:45 -0400	[thread overview]
Message-ID: <1345259745-30509-1-git-send-email-basile@opensource.dyc.edu> (raw)

From: "Anthony G. Basile" <blueness@gentoo.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



             reply	other threads:[~2012-08-18  3:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-18  3:15 basile [this message]
     [not found] ` <20120818101204.GA18508@air.net.au>
2012-08-18 12:10   ` Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345259745-30509-1-git-send-email-basile@opensource.dyc.edu \
    --to=basile@opensource.dyc.edu \
    --cc=blueness@gentoo.org \
    --cc=config-patches@gnu.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).