[gcc(refs/users/marxin/heads/vect_cond_expr-rework-v3)] configure - build libgomp by default for amdgcn

Martin Liska marxin@gcc.gnu.org
Mon Mar 16 16:49:43 GMT 2020


https://gcc.gnu.org/g:29b1533acd5c57e3e327261b0054d0ee2858a166

commit 29b1533acd5c57e3e327261b0054d0ee2858a166
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Mar 9 17:00:39 2020 +0100

    configure - build libgomp by default for amdgcn
    
            * configure.ac: Build libgomp by default for amdgcn.
            * configure: Regenerate.

Diff:
---
 ChangeLog    | 5 +++++
 configure    | 2 +-
 configure.ac | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9ea3ac8dff9..ba0b25fa417 100644
--- 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.
diff --git a/configure b/configure
index cde03b70052..cc06fa4b263 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..d06c72c877e 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"


More information about the Gcc-cvs mailing list