On Thu, Dec 18, 2014 at 01:31:45PM +0100, Jakub Jelinek wrote: > > --- gcc/config.gcc > > +++ gcc/config.gcc > > @@ -2906,6 +2906,7 @@ esac > > case ${target} in > > *-intelmic-* | *-intelmicemul-*) > > tmake_file="${tmake_file} i386/t-intelmic" > > + tm_file="${tm_file} i386/intelmic-offload.h" > > ;; > > esac > > > > +#define ACCEL_COMPILER_acc_device GOMP_DEVICE_INTEL_MIC > > + > > +#endif
Oh, and where is this defined for nvptx-none target? Jakub