diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-26 20:19:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-26 20:19:42 +0000 |
commit | f5f193d6b74ea82ad6b1fc29e3b511ef37269e84 (patch) | |
tree | 4ae5847c5bb1924996d5a9c8d7d5ae8692b79a2a /include/makeinclude/platform_osf1_4.0.GNU | |
parent | d098dde14fa73f5ab50dd4accd12402025858477 (diff) | |
download | ATCD-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.GNU | 2 |
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. |