summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-21 21:41:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-21 21:41:34 +0000
commita5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch)
treebcf0a25c3d45a209a6e3ac37b233a4812f29c732 /include/makeinclude/platform_osf1_3.2.GNU
downloadATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz
Initial revision
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r--include/makeinclude/platform_osf1_3.2.GNU13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
new file mode 100644
index 00000000000..478a4e072dd
--- /dev/null
+++ b/include/makeinclude/platform_osf1_3.2.GNU
@@ -0,0 +1,13 @@
+# This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2).
+
+CC = cxx -non_shared
+CXX = cxx -x cxx -w0 -non_shared
+#DLD = ld -non_shared
+DLD = ld -shared
+LIBS += -lpthreads -lmach -lsys5 -lxti -ltli -lcxx -lexc -lc
+PIC = -pic
+ARFLAGS = ruv
+RANLIB = ranlib
+SOFLAGS = -shared -assert
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
+ $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o -lcxx -ltask -lexc -lc