Commit 4ece61b6 by Mike Stump Committed by Mike Stump

(check_effective_target_cilkplus): Remove special case for NVPTX.

From-SVN: r232063
parent 4cfa76e3
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* lib/target-supports.exp (check_effective_target_cilkplus): * lib/target-supports.exp (check_effective_target_cilkplus):
cilkplus targets require pthreads. cilkplus targets require pthreads.
(check_effective_target_cilkplus): Remove special case for NVPTX.
2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com> 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
......
...@@ -1442,11 +1442,6 @@ proc check_effective_target_cilkplus { } { ...@@ -1442,11 +1442,6 @@ proc check_effective_target_cilkplus { } {
return 0; return 0;
} }
# No pthreads on NVPTX
if { [istarget nvptx-*-*] } {
return 0;
}
if { ! [check_effective_target_pthread] } { if { ! [check_effective_target_pthread] } {
return 0; return 0;
} }
......
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