Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodejs: libatomic patch should be target specific
host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by: Khem Raj <[email protected]> Acked-by: Andreas Müller <[email protected]> Acked-by: Tim Orling <[email protected]>
- Loading branch information