diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 15:01:46 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 15:01:46 +0000 |
commit | f42d6df701e358fbb3459f8634d445681bc64bb3 (patch) | |
tree | e9b27074dea441720329e433716229d9ae8d8161 /include | |
parent | 50a4d6f003aee1351c0f997624df7855068bb654 (diff) | |
download | ATCD-f42d6df701e358fbb3459f8634d445681bc64bb3.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.GNU | 4 |
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 |