forked from riscv-collab/riscv-gnu-toolchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build openmp libraries for Clang/LLVM on RV64
For Clang/LLVM, the default OpenMP library is `libomp`. However, we don't build openmp library, which will cause a linker error: ``` riscv64-unknown-linux-gnu-ld: cannot find -lomp: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` So we build `libomp.so/libomp.a` manually.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 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