configure - build libgomp by default for amdgcn
authorTobias Burnus <tobias@codesourcery.com>
Mon, 9 Mar 2020 16:00:39 +0000 (17:00 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 9 Mar 2020 16:00:39 +0000 (17:00 +0100)
        * configure.ac: Build libgomp by default for amdgcn.
        * configure: Regenerate.

ChangeLog
configure
configure.ac

index 9ea3ac8..ba0b25f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
+
+       * configure.ac: Build libgomp by default for amdgcn.
+       * configure: Regenerate.
+
 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index cde03b7..cc06fa4 100755 (executable)
--- a/configure
+++ b/configure
@@ -3213,7 +3213,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-darwin* | *-*-aix*)
        ;;
-    nvptx*-*-*)
+    nvptx*-*-* | amdgcn*-*-*)
        ;;
     *)
        noconfigdirs="$noconfigdirs target-libgomp"
index df2af18..d06c72c 100644 (file)
@@ -512,7 +512,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-darwin* | *-*-aix*)
        ;;
-    nvptx*-*-*)
+    nvptx*-*-* | amdgcn*-*-*)
        ;;
     *)
        noconfigdirs="$noconfigdirs target-libgomp"