summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-19 06:02:55 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-19 06:02:55 +0000
commitb387da33a585455ea4ede00f8ce7b30ae86ba19a (patch)
treeea423262347bce170f2cf7b35e2571b801b87bc6 /include
parent643e447d0caf741865c9268e35db5cf49149e8bf (diff)
downloadATCD-b387da33a585455ea4ede00f8ce7b30ae86ba19a.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_freebsd.GNU2
-rw-r--r--include/makeinclude/platform_freebsd_pthread.GNU2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_freebsd.GNU b/include/makeinclude/platform_freebsd.GNU
index 6196fd523dd..5b1e56f6ad8 100644
--- a/include/makeinclude/platform_freebsd.GNU
+++ b/include/makeinclude/platform_freebsd.GNU
@@ -23,6 +23,6 @@ AR = ar
ARFLAGS = ruv
RANLIB = ranlib
-SOFLAGS = -Bshareable -x
+SOFLAGS = -Bshareable -x /usr/lib/c++rt0.o
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @echo
diff --git a/include/makeinclude/platform_freebsd_pthread.GNU b/include/makeinclude/platform_freebsd_pthread.GNU
index 882a2c5e059..6d1a74371ff 100644
--- a/include/makeinclude/platform_freebsd_pthread.GNU
+++ b/include/makeinclude/platform_freebsd_pthread.GNU
@@ -32,6 +32,6 @@ ARFLAGS = ruv
RANLIB = ranlib
# SOFLAGS = $(CPPFLAGS) -shared
-SOFLAGS = -Bshareable -x
+SOFLAGS = -Bshareable -x /usr/lib/c++rt0.o
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @echo