]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 9ea3ac8dff93419fe7c238de837494249473b9c9..ba0b25fa41701fffe93f3dab219b7ce0f1e079fc 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 cde03b70052625a7e9beb188ff06d5b9d73a3b9f..cc06fa4b263508b02bcdfd53eb0e2afcebc5951c 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 df2af18f9bdc6a6de3458864f8e5d2d3db2ee875..d06c72c877e4ba05834db912c7b9179bd262e796 100644 (file)
@@ -512,7 +512,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-darwin* | *-*-aix*)
        ;;
-    nvptx*-*-*)
+    nvptx*-*-* | amdgcn*-*-*)
        ;;
     *)
        noconfigdirs="$noconfigdirs target-libgomp"