]> git.sur5r.net Git - openldap/commitdiff
Merged from Lambert
authorKurt Zeilenga <kurt@openldap.org>
Tue, 18 Aug 1998 23:12:54 +0000 (23:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 18 Aug 1998 23:12:54 +0000 (23:12 +0000)
build/platforms/osf1-gcc/Make-platform [new file with mode: 0644]

diff --git a/build/platforms/osf1-gcc/Make-platform b/build/platforms/osf1-gcc/Make-platform
new file mode 100644 (file)
index 0000000..ea71755
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# LDAP OSF1 gcc Make-platform file
+#
+
+#
+# add any platform-specific overrides below here
+#
+
+
+#
+# -------------------------------------------------------------------------
+# you will probably not need to edit anything below this point
+# -------------------------------------------------------------------------
+
+CC = gcc
+
+PLATFORMCFLAGS=        -Dosf1
+PLATFORMLDFLAGS=
+
+THREADS= -DTHREAD_DCE_PTHREADS
+THREADSLIB= -lpthreads
+
+# the BSD-like install under OSF/1 is called installbsd
+INSTALL=installbsd
+