config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Support for musl


From: Henri
Subject: Support for musl
Date: Thu, 25 Jan 2018 15:46:59 +1300

Dear developers,

The config.guess script currently only checks for the glibc, uclibc, and 
dietlibc libraries.  The
attached patch adds support for the musl C library.  Unfortunately, features.h 
in musl does not
define a __MUSL__ macro (or similar) which is why this has to be the new 
default case instead of
glibc.  If features.h or a C compiler are not available it will default to gnu 
as before.

Kind regards,
Henri

Attachment: musl.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]