diff --git a/src/agent/Makefile b/src/agent/Makefile index 7a43d77b51..9a53d5182d 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -40,6 +40,10 @@ ifneq ($(LIBC),musl) endif endif +ifeq ($(ARCH), ppc64le) + override ARCH = powerpc64le +endif + TRIPLE = $(ARCH)-unknown-linux-$(LIBC) TARGET_PATH = target/$(TRIPLE)/$(BUILD_TYPE)/$(TARGET)