mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] config.sub: add support for musl standard library
@ 2012-08-18  3:15 basile
       [not found] ` <20120818101204.GA18508@air.net.au>
  0 siblings, 1 reply; 2+ messages in thread
From: basile @ 2012-08-18  3:15 UTC (permalink / raw)
  To: config-patches; +Cc: musl, Anthony G. Basile

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] config.sub: add support for musl standard library
       [not found] ` <20120818101204.GA18508@air.net.au>
@ 2012-08-18 12:10   ` Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2012-08-18 12:10 UTC (permalink / raw)
  To: Ben Elliston; +Cc: musl

On 08/18/2012 06:12 AM, Ben Elliston wrote:
> Hi Anthony,
>
>> Musl is a new standard library which aims to be lightweight, fast,
>> simple and free.  See<http://www.etalabs.net/musl/>
>
> Thanks, this looks fine.  Next time, please include a ChangeLog entry.
>
> Cheers,
> Ben

Okay thanks!  I'm sure the musl community will cheer.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-18 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-18  3:15 [PATCH] config.sub: add support for musl standard library basile
     [not found] ` <20120818101204.GA18508@air.net.au>
2012-08-18 12:10   ` Anthony G. Basile

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).