From 18a224598623bc4a918b2adcd5cb33a436f0fbfd Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Tue, 3 Nov 2020 15:29:43 +0000 Subject: [PATCH] Agent: README updates for build on ppc64le README updates for agent build on ppc64le Fixes: #1069 Signed-off-by: Jing Wang --- src/agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/README.md b/src/agent/README.md index 1c5d2f3bf..5bea6b10e 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -41,7 +41,7 @@ After that, we drafted the initial code here, and any contributions are welcome. ### Build from Source The rust-agent needs to be built statically and linked with `musl` -> **Note:** skip this step for ppc64le, the build scripts explicitly use glibc for ppc64le. +> **Note:** skip this step for ppc64le, the build scripts explicitly use gnu for ppc64le. ```bash $ arch=$(uname -m)