Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpm: Use gcc for building rpm on all mips arches | Khem Raj | 2020-12-14 | 1 | -2/+2 |
| | | | | | | llvm openmp implementation is not yet ported to mips Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | rpm: Use gcc on arches where llvm omp is not available | Khem Raj | 2020-11-17 | 1 | -0/+6 |
| | | | | | | | rpm needs omp, therefore it wont compile with clang on architectures not supporting llvm libomp e.g. rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | rpm: Depend on openmp when using clang | Khem Raj | 2020-04-29 | 1 | -0/+3 |
This ensures that clang compiler has proper omp runtime to link rpm which now required omp Signed-off-by: Khem Raj <raj.khem@gmail.com> |