diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:44:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:44:29 +0000 |
commit | 6fdc123c601a3f58942924c639757df366049743 (patch) | |
tree | f259a828748eac9e886983e3f9d3e44f0a0a8d1c /include/makeinclude | |
parent | 440ffb3f2559ea0ea76be0f1502f4d094fb7eeab (diff) | |
download | ATCD-6fdc123c601a3f58942924c639757df366049743.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude')
-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 ebfe1bec164..4e637cbc910 100644 --- a/include/makeinclude/platform_osf1_4.0.GNU +++ b/include/makeinclude/platform_osf1_4.0.GNU @@ -2,12 +2,12 @@ CC = cxx CXX = $(CC) -CFLAGS += $(DCFLAGS) -pthread -ptr $(WRAPPER_ROOT)/ace/cxx_repository +CFLAGS += $(DCFLAGS) -pthread -ptr ptrepository CCFLAGS += $(CFLAGS) -w0 DCFLAGS += -g DLD = $(CXX) LD = $(CXX) -LIBS += -pthread -ltli -lrt +LIBS += -pthread -ltli -lrt -ptr ptrepository PIC = ARFLAGS = ruvZ # When libraries are archived, a hash index is automatically created so there |