summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 15:01:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 15:01:46 +0000
commit555dab4d12aa8cc8dcc0bac6d67f4541a95d8c87 (patch)
treee9b27074dea441720329e433716229d9ae8d8161 /include
parent6d63e95cfd9a593b9b3c299092bb9961476c7ff5 (diff)
downloadATCD-555dab4d12aa8cc8dcc0bac6d67f4541a95d8c87.tar.gz
-pthread must be provided to compiler as well as loader
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_osf1_4.0.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU
index 03de216dc38..aad29398989 100644
--- a/include/makeinclude/platform_osf1_4.0.GNU
+++ b/include/makeinclude/platform_osf1_4.0.GNU
@@ -7,7 +7,7 @@ debug = 1
CC = cxx
CXX = $(CC)
-CFLAGS +=
+CFLAGS += -pthread
#### These flags can only be used with cxx Version 6.0 and later.
# WARNING_FLAGS +=
@@ -26,7 +26,7 @@ CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS)
DCFLAGS += -g -O0
DLD = $(CXX)
LD = $(CXX)
-LIBS += -pthread -ltli -lrt -ptr ptrepository
+LIBS += -ltli -lrt -ptr ptrepository
OFLAGS += -O4
PIC =
ARFLAGS = cruvZ