COMP: add wmake rules for Pgi compiler (#1234)

This commit is contained in:
Mark Olesen
2019-03-11 15:56:40 +01:00
parent 06ab522d77
commit 54989c4a18
18 changed files with 96 additions and 2 deletions

View File

@ -65,6 +65,12 @@ Description
#ifdef darwin
#include <mach-o/dyld.h>
#else
// PGI does not have __int128_t
#ifdef __PGIC__
#define __ILP32__
#endif
#include <link.h>
#endif