diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-05-28 02:17:15 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-05-28 02:17:15 +0000 |
commit | bd47c6b55930f81027c38cb0c149f919e4d8d592 (patch) | |
tree | 332cf8a5eacb65a171a3483842557a9b36c454cd /configure | |
parent | ba80ee730758edc4f8bb221956d93e1b913de8a7 (diff) |
[omp] Actually provide a default OpenMP runtime -- libgomp for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b3ccccbb881..254f7e0eb85 100755 --- a/configure +++ b/configure @@ -5954,7 +5954,7 @@ _ACEOF if test "${with_clang_default_openmp_runtime+set}" = set; then withval=$with_clang_default_openmp_runtime; else - withval="" + withval="libgomp" fi |