From 6ecdafdad41ff43529e4f1ceb32b9dafb7607100 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sun, 5 Jul 2015 12:55:27 -0500 Subject: [PATCH] Add musl libc support to config.site. This way you can support glibc and musl targets on the same system and not have to worry about switching out site scripts. --- wrappers/site/config.site | 1 + 1 file changed, 1 insertion(+) diff --git a/wrappers/site/config.site b/wrappers/site/config.site index 94f9d87..39cadf8 100755 --- a/wrappers/site/config.site +++ b/wrappers/site/config.site @@ -30,6 +30,7 @@ config_site_names() { case ${CHOST} in *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; + *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; esac case ${CHOST} in -- 2.4.0