summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_pgi.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-10 07:14:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-10 07:14:15 +0000
commit82043f59b2464491c9e2e2d0b4669f0f3e9473b8 (patch)
tree405daac92febb0e509e7a3b58d4e37ab40d9f7f4 /ACE/include/makeinclude/platform_linux_pgi.GNU
parentee1086bf988480d6fc072bf31f0e16cc4289b92e (diff)
downloadATCD-82043f59b2464491c9e2e2d0b4669f0f3e9473b8.tar.gz
Thu Apr 10 07:13:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_linux_pgi.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux_pgi.GNU6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/include/makeinclude/platform_linux_pgi.GNU b/ACE/include/makeinclude/platform_linux_pgi.GNU
index ff38efa368f..38c9a454cba 100644
--- a/ACE/include/makeinclude/platform_linux_pgi.GNU
+++ b/ACE/include/makeinclude/platform_linux_pgi.GNU
@@ -7,8 +7,6 @@
include $(ACE_ROOT)/include/makeinclude/platform_linux_common.GNU
-static_libs_only ?= 1
-
CC = pgcc
CXX = pgCC
@@ -31,8 +29,8 @@ endif
OCFLAGS += -O3
-SOFLAGS += $(CPPFLAGS) -shared $(PIC) --one_instantiation_per_object --prelink_objects
-SOBUILD = $(COMPILE.cc) $(PIC) --one_instantiation_per_object --prelink_objects -o $(VSHDIR)$*.so $<; \
+SOFLAGS += $(CPPFLAGS) -shared $(PIC) --prelink_objects
+SOBUILD = $(COMPILE.cc) $(PIC) --prelink_objects -o $(VSHDIR)$*.so $<; \
$(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o
PRELIB = @true