On Wed, Sep 23, 2015 at 08:22:16PM +0300, Alexander Monakov wrote: > This patch allows to meaningfully invoke mkoffload with -fopenmp. The check > for -fopenacc flag is specific to gomp4 branch: trunk does not have it. > > * config/nvptx/mkoffload.c (main): Do not check for -fopenacc. > --- > gcc/config/nvptx/mkoffload.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-)
LGTM. Jakub