Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -lc and -pthread to shared library builds
The option -nostdlib that is used for shared library builds also removes -lc and -pthread. While this does not immediately cause problems when building the shared version of the runtime it won't use the correct symbol versions causing it to use the wrong version of some libc symbols. ref eng/cert/certified-rts#145
- Loading branch information