From bca9326684b29d9c8b3a37398c48c30305c8efce Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 16 May 2020 14:55:33 +0200 Subject: [PATCH] Document SKIPPTHREAD --- doc/md/Development/Maintainers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/md/Development/Maintainers.md b/doc/md/Development/Maintainers.md index 705d97707..85fcf8963 100644 --- a/doc/md/Development/Maintainers.md +++ b/doc/md/Development/Maintainers.md @@ -65,6 +65,10 @@ If you're cross-compiling, these ones might be useful: * `make client SKIPREVENGTEST=1` to skip compilation and execution of a consistency test for reveng, which can be problematic in case of cross-compilation * `make client cpu_arch=generic` to skip Intel specialized hardnested components, which is required e.g. if cross-compilation host is Intel but not the target +On some architectures, pthread library is not present: + +* `make client SKIPPTHREAD=1` to skip `-lpthread` at linker stage. + `make install` is actually triggering the following individual targets which can be accessed individually: * `make client/install`