Agent: README updates for build on ppc64le

README updates for agent build on ppc64le

  Fixes: #1069

Signed-off-by: Jing Wang <jing.wang4@ibm.com>
This commit is contained in:
Jing Wang 2020-11-03 15:29:43 +00:00
parent 655f2649b3
commit 18a2245986

View File

@ -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)