GOMP_TARGET_* have been renamed to GOMP_DEVICE_* some time ago.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 13 Feb 2015 16:20:01 +0000 (17:20 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 13 Feb 2015 16:20:01 +0000 (17:20 +0100)
gcc/
* config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
GOMP_DEVICE_NVIDIA_PTX.

From-SVN: r220686

gcc/ChangeLog
gcc/config/nvptx/offload.h

index e06f69a74d2f01a5e1f7f882119d4d24b405700e..d9c58b90b02ecbb01dc897055932cf98ea030599 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
+       GOMP_DEVICE_NVIDIA_PTX.
+
 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
 
        PR ipa/65034
index 02c5e8b961aa1807ba27c961dbdd6aaca69610a4..9a749a29ef6b7b079803cf83a11b8ba3e8e63c2f 100644 (file)
@@ -30,6 +30,6 @@
 
 #include "gomp-constants.h"
 
-#define ACCEL_COMPILER_acc_device GOMP_TARGET_NVIDIA_PTX
+#define ACCEL_COMPILER_acc_device GOMP_DEVICE_NVIDIA_PTX
 
 #endif