diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-16 13:56:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-16 13:56:22 +0000 |
commit | f0fac7f101a100fcd17d9dac6390298cd094e173 (patch) | |
tree | 183f577338a68a83dbb874926d8898d22f2963f0 /include | |
parent | 680d796627cb97b7e74dfd34be76e04f9b51db48 (diff) | |
download | ATCD-f0fac7f101a100fcd17d9dac6390298cd094e173.tar.gz |
OCFLAGS instead of OFLAGS
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 aad29398989..1f8eca1e85f 100644 --- a/include/makeinclude/platform_osf1_4.0.GNU +++ b/include/makeinclude/platform_osf1_4.0.GNU @@ -26,8 +26,8 @@ CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS) DCFLAGS += -g -O0 DLD = $(CXX) LD = $(CXX) -LIBS += -ltli -lrt -ptr ptrepository -OFLAGS += -O4 +LIBS += -lpthread -ltli -lrt -ptr ptrepository +OCFLAGS += -O4 PIC = ARFLAGS = cruvZ # When libraries are archived, a hash index is automatically created |