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>
Thu, 16 Apr 2020 13:17:13 +0000 (15:17 +0200)
commit39b2fda9155ee0233585e48701274756337796aa
treeac9b8a180d5c8edb19825422d28569aa385b967e
parent6e6f59b7e0ef399984563c4029526943712bdbb1
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.
INSTALL
Makefile