agent: Set LIBC=gnu for ppc64le arch by default

Fixes: #812

Signed-off-by: Pradipta Kr. Banerjee <pradipta.banerjee@gmail.com>
This commit is contained in:
Pradipta Kr. Banerjee 2020-09-27 17:34:51 +00:00
parent 740c45ac61
commit 02c1a59f6d

View File

@ -42,6 +42,8 @@ endif
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
override LIBC = gnu
$(warning "WARNING: powerpc64le-unknown-linux-musl target is unavailable")
endif
TRIPLE = $(ARCH)-unknown-linux-$(LIBC)