-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cheribsdtest: Don't link against libpthread for non-mt variants
Restricting libpthread to just the -mt variants is a very deliberate choice in order to ensure that we test the implementations of things like signals without libthr's interposition. Document this clearly in the Makefile so this doesn't happen again, and combine the two .ifdef's. Fixes: abb906e ("cheribsdtest: Add a couple of regression tests for async revocation")
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters