summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_freebsd_pthread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_freebsd_pthread.GNU')
-rw-r--r--include/makeinclude/platform_freebsd_pthread.GNU36
1 files changed, 0 insertions, 36 deletions
diff --git a/include/makeinclude/platform_freebsd_pthread.GNU b/include/makeinclude/platform_freebsd_pthread.GNU
deleted file mode 100644
index 947d47924e8..00000000000
--- a/include/makeinclude/platform_freebsd_pthread.GNU
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-
-# platform_freebsd_pthread.GNU
-
-# ***** Notice: This configuration is still under debugging. *****
-optimize = 1
-# ***** It still doesn't work quite the way it expected to. *****
-
-# For pthreads support on FreeBSD, you need
-# -D_POSIX_THREADS
-# You must have the latest pthread library by John Birrell.
-# and link with reentrant library libc_r. If you can't find this
-# library (libc_r.so) in your system, do a "man pthread" and follow the
-# instruction to build your own. You must have at least 3.0-current as
-# of 2/9/1997 to take advantage of the latest feature of pthread library.
-
-debug = 1
-
-CC = gcc
-CXX = g++
-CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS
-CCFLAGS += $(CFLAGS) -fno-implicit-templates
-DCFLAGS += -g
-DLD = ld
-LD = $(CXX)
-LIBS += -lc_r -lstdc++ -lcompat
-OCFLAGS += -O2
-PIC = -fpic -DPIC
-AR = ar
-ARFLAGS = ruv
-RANLIB = ranlib
-
-# SOFLAGS = $(CPPFLAGS) -shared
-SOFLAGS = -Bshareable -x
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @echo