summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"