aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-03-09 17:00:39 +0100
committerTobias Burnus <tobias@codesourcery.com>2020-03-09 17:00:39 +0100
commit29b1533acd5c57e3e327261b0054d0ee2858a166 (patch)
tree0ce8d559fc8955230d67937e3643b00275bb1911
parent8475f2902a2e2ca5f7ace8bc5265bd1a815dda20 (diff)
configure - build libgomp by default for amdgcn
* configure.ac: Build libgomp by default for amdgcn. * configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
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"