Commit 29b1533a by Tobias Burnus

configure - build libgomp by default for amdgcn

        * configure.ac: Build libgomp by default for amdgcn.
        * configure: Regenerate.
parent 8475f290
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.
......
......@@ -3213,7 +3213,7 @@ if test x$enable_libgomp = x ; then
;;
*-*-darwin* | *-*-aix*)
;;
nvptx*-*-*)
nvptx*-*-* | amdgcn*-*-*)
;;
*)
noconfigdirs="$noconfigdirs target-libgomp"
......
......@@ -512,7 +512,7 @@ if test x$enable_libgomp = x ; then
;;
*-*-darwin* | *-*-aix*)
;;
nvptx*-*-*)
nvptx*-*-* | amdgcn*-*-*)
;;
*)
noconfigdirs="$noconfigdirs target-libgomp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment