diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-31 16:30:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-31 16:30:31 +0000 |
commit | 7e37f400fdbef41ff0bbf692f5e8af11e55eaa61 (patch) | |
tree | b92f464956c80196f5c14c12ba2378e5f8f4ed6e /include | |
parent | 147c927e62c13a1dac81427e7eff8329eb868ab0 (diff) | |
download | ATCD-7e37f400fdbef41ff0bbf692f5e8af11e55eaa61.tar.gz |
Sun Dec 31 10:28:43 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_osf1_4.0.GNU | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU index 65b805fa206..1838821457c 100644 --- a/include/makeinclude/platform_osf1_4.0.GNU +++ b/include/makeinclude/platform_osf1_4.0.GNU @@ -56,7 +56,8 @@ SOFLAGS = -shared -use_ld_input $(ACELIB) #### symbols between the shared library and libcxxstd.a. It's the #### workaround recommended in PTR 43-4-204. It must appear at (or #### very near) the end of the link line. -LIBS := $(LIBS) -hidden /usr/lib/cmplrs/cxx/libcxxstd.a -non_hidden +LIBS := $(LIBS) \ + -hidden $(wildcard /usr/lib/cmplrs/cxx/libcxxstd.a) -non_hidden SOBUILD = $(RM) $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \ ln $(VSHDIR)$*.o $@ |