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

14
wmake/rules/linux64Pgi/c Normal file
View File

@ -0,0 +1,14 @@
include $(GENERAL_RULES)/Pgi/c
cc = pgcc -m64
include $(DEFAULT_RULES)/c$(WM_COMPILE_OPTION)
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $< -o $@
LINK_LIBS = $(cDBUG)
LINKLIBSO = $(cc) -shared
LINKEXE = $(cc) -Xlinker --add-needed -Xlinker -z -Xlinker nodefs