From 29b1533acd5c57e3e327261b0054d0ee2858a166 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Mon, 9 Mar 2020 17:00:39 +0100 Subject: [PATCH] configure - build libgomp by default for amdgcn * configure.ac: Build libgomp by default for amdgcn. * configure: Regenerate. --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ea3ac8..ba0b25f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-03-09 Tobias Burnus + + * configure.ac: Build libgomp by default for amdgcn. + * configure: Regenerate. + 2020-03-05 Srinath Parvathaneni * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index cde03b7..cc06fa4 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 df2af18..d06c72c 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" -- 2.7.4