From ed27d2f5eac15df5a4b34f3de55753b83e611732 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Aug 1998 21:32:33 +0000 Subject: [PATCH] Merge freebsd split --- build/platforms/freebsd-gcc/Make-platform | 46 ----------------------- 1 file changed, 46 deletions(-) delete mode 100644 build/platforms/freebsd-gcc/Make-platform diff --git a/build/platforms/freebsd-gcc/Make-platform b/build/platforms/freebsd-gcc/Make-platform deleted file mode 100644 index f5750b49ce..0000000000 --- a/build/platforms/freebsd-gcc/Make-platform +++ /dev/null @@ -1,46 +0,0 @@ -# -# LDAP FreeBSD GNU C Make-platform file -# - - -# -# add any platform-specific overrides below here -# -EXTRACFLAGS=-O -g -LDBMBACKEND=-DLDBM_USE_DBBTREE -LDBMINCLUDE=-I/usr/include - -EDITOR=/usr/bin/vi -FINGER=/usr/bin/finger -SENDMAIL=/usr/sbin/sendmail - -LDAP_RUNDIR=/var/run - -MANCOMPRESS=gzip -MANCOMPRESSSUFFIX=.gz - - -# -# LDAP has a problem with the idea of implicit vs. explicit yields -# in call conversion threading packages, like the MIT pthreads -# package. Rather than resolve this globally, I have marked the -# threading as "preeemptive", even though it is technically not. -# -# This means that the implicit-yield threading is topologically -# equivalent to preemptive threading. -# -THREADS= -DPOSIX_THREADS -D_THREAD_SAFE -DPTHREAD_PREEMPTIVE - -# use special gcc flag to include libc_r.a -THREADSLIB= -pthread -#THREADSLIB= -lc_r - -# crypt(3) is in a separate library -LDAP_CRYPT_LIB= -lcrypt - -# -# ------------------------------------------------------------------------- -# you will probably not need to edit anything below this point -# ------------------------------------------------------------------------- -CC = gcc -PLATFORMCFLAGS= -Dfreebsd -- 2.39.5