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 committed by Eric Ernst
parent fa0401793f
commit 0057f86cfa

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)