BUILD: Makefile: add linux-musl to TARGET
authorWilly Tarreau <w@1wt.eu>
Thu, 16 Apr 2020 13:14:17 +0000 (15:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2020 15:09:20 +0000 (17:09 +0200)
commit5f54dc5fbbf3c25960c2ff28dcdb3860d9aa9738
tree853b9778513c9a9dfb8acd6a33f05788f9bad26c
parente00e95c4033564b7ee5a3812be703fe8697d12b0
BUILD: Makefile: add linux-musl to TARGET

Other users are using musl, namely on Docker. It builds fine with
linux-glibc-legacy but not linux-glibc, which needs to first disable
USE_BACKTRACE. Better add a valid entry for it instead of hacking
around another libc.

(cherry picked from commit 39b2fda9155ee0233585e48701274756337796aa)
Signed-off-by: Willy Tarreau <w@1wt.eu>
INSTALL
Makefile