From 05c63ed421576c21ca9aea2b85d278aca8035e80 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 18 Aug 1998 23:12:54 +0000 Subject: [PATCH] Merged from Lambert --- build/platforms/osf1-gcc/Make-platform | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 build/platforms/osf1-gcc/Make-platform diff --git a/build/platforms/osf1-gcc/Make-platform b/build/platforms/osf1-gcc/Make-platform new file mode 100644 index 0000000000..ea71755e71 --- /dev/null +++ b/build/platforms/osf1-gcc/Make-platform @@ -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 + -- 2.39.2