summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_freebsd_pthread.GNU
blob: f4d942a228741fa376a6493eaec50c2f45962ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id$

# platform_freebsd_pthread.GNU

optimize = 1

# For pthreads support on FreeBSD, you need

debug = 1
versioned_so = 1

CC              = gcc
CXX		= g++
CFLAGS          += -w -fno-strict-prototypes -D_THREAD_SAFE
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 /usr/lib/c++rt0.o
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @echo