configure - build libgomp by default for amdgcn
* configure.ac: Build libgomp by default for amdgcn. * configure: Regenerate.
This commit is contained in:
parent
8475f2902a
commit
29b1533acd
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user