GOMP_TARGET_* have been renamed to GOMP_DEVICE_* some time ago.

gcc/
	* config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
	GOMP_DEVICE_NVIDIA_PTX.

From-SVN: r220686
This commit is contained in:
Thomas Schwinge 2015-02-13 17:20:01 +01:00 committed by Thomas Schwinge
parent f9b600badc
commit 1f261e64a3
2 changed files with 6 additions and 1 deletions

View 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

View 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