diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-03-09 17:00:39 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-03-09 17:00:39 +0100 |
commit | 29b1533acd5c57e3e327261b0054d0ee2858a166 (patch) | |
tree | 0ce8d559fc8955230d67937e3643b00275bb1911 /configure | |
parent | 8475f2902a2e2ca5f7ace8bc5265bd1a815dda20 (diff) | |
download | gcc-29b1533acd5c57e3e327261b0054d0ee2858a166.zip gcc-29b1533acd5c57e3e327261b0054d0ee2858a166.tar.gz gcc-29b1533acd5c57e3e327261b0054d0ee2858a166.tar.bz2 |
configure - build libgomp by default for amdgcn
* configure.ac: Build libgomp by default for amdgcn.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3213,7 +3213,7 @@ if test x$enable_libgomp = x ; then ;; *-*-darwin* | *-*-aix*) ;; - nvptx*-*-*) + nvptx*-*-* | amdgcn*-*-*) ;; *) noconfigdirs="$noconfigdirs target-libgomp" |