2020-03-09 Tobias Burnus * configure.ac: Build libgomp by default for amdgcn. * configure: Regenerate. diff --git a/configure b/configure index cde03b70052..f428bc498f0 100755 --- a/configure +++ b/configure @@ -3213,7 +3213,7 @@ if test x$enable_libgomp = x ; then ;; *-*-darwin* | *-*-aix*) ;; - nvptx*-*-*) + nvptx*-*-*|amdgcn*-*-*) ;; *) noconfigdirs="$noconfigdirs target-libgomp" diff --git a/configure.ac b/configure.ac index df2af18f9bd..56c881770b8 100644 --- a/configure.ac +++ b/configure.ac @@ -512,7 +512,7 @@ if test x$enable_libgomp = x ; then ;; *-*-darwin* | *-*-aix*) ;; - nvptx*-*-*) + nvptx*-*-*|amdgcn*-*-*) ;; *) noconfigdirs="$noconfigdirs target-libgomp"