summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 19:36:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 19:36:28 +0000
commit153fb14861eeb155795b4f91e2406252365acdeb (patch)
tree1db359b14a51292301bfa503063aa7a0f3c6502f /include/makeinclude/platform_osf1_3.2.GNU
parent5a68650e75213b679475151671dd4eae13b5aabb (diff)
downloadATCD-153fb14861eeb155795b4f91e2406252365acdeb.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r--include/makeinclude/platform_osf1_3.2.GNU6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
index b89c977c962..147fb2b0857 100644
--- a/include/makeinclude/platform_osf1_3.2.GNU
+++ b/include/makeinclude/platform_osf1_3.2.GNU
@@ -2,16 +2,16 @@
CC = cxx
CXX = $(CC)
-CFLAGS += $(DCFLAGS) -non_shared
+CFLAGS += $(DCFLAGS) -ptr ptrepository
CCFLAGS += $(CFLAGS) -x cxx -w0
DCFLAGS += -g -threads
-#DLD = ld -non_shared
DLD = ld -shared -expect_unresolved '*'
LD = $(CXX)
LIBS += -lpthreads -lmach -lsys5 -lxti -ltli -lcxx -lexc -lc
PIC = -pic
ARFLAGS = ruv
RANLIB = ranlib
-SOFLAGS = -shared -assert
+SOFLAGS = -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
$(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o -lcxx -ltask -lexc -lc
+