summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.0.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-26 20:19:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-26 20:19:42 +0000
commitf5f193d6b74ea82ad6b1fc29e3b511ef37269e84 (patch)
tree4ae5847c5bb1924996d5a9c8d7d5ae8692b79a2a /include/makeinclude/platform_osf1_4.0.GNU
parentd098dde14fa73f5ab50dd4accd12402025858477 (diff)
downloadATCD-f5f193d6b74ea82ad6b1fc29e3b511ef37269e84.tar.gz
added comment about using DCE threads
Diffstat (limited to 'include/makeinclude/platform_osf1_4.0.GNU')
-rw-r--r--include/makeinclude/platform_osf1_4.0.GNU2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU
index 1cfc5f69fa0..3bf7a244ae3 100644
--- a/include/makeinclude/platform_osf1_4.0.GNU
+++ b/include/makeinclude/platform_osf1_4.0.GNU
@@ -7,6 +7,8 @@ debug = 1
CC = cxx
CXX = $(CC)
+#### Note: -pthread uses POSIX threads. If you want to use DCE threads
+#### instead, change "-pthread" to "-threads".
CFLAGS += -pthread
#### These flags can only be used with cxx Version 6.0 and later.