summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-06-17 18:46:31 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-06-17 18:46:31 +0000
commit830291fb7929d62424847df91adb5cea018528f8 (patch)
tree28419539334b209daa555b6f467fe298aef2514d /include
parentcde1c12ec5c5699a5f164d27ec0b7e86e82d5539 (diff)
downloadATCD-830291fb7929d62424847df91adb5cea018528f8.tar.gz
ChangeLogTag: Mon Jun 17 13:40:24 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_osf1_4.x_cxx.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_4.x_cxx.GNU b/include/makeinclude/platform_osf1_4.x_cxx.GNU
index 6a3caa312a7..0e3df1999b1 100644
--- a/include/makeinclude/platform_osf1_4.x_cxx.GNU
+++ b/include/makeinclude/platform_osf1_4.x_cxx.GNU
@@ -122,7 +122,7 @@ LD = $(CXX)
#### symbols between the shared library and libcxxstd.a. It's the
#### workaround recommended in PTR 43-4-204. It must appear before any
#### linker commands.
-LDFLAGS = -hidden $(wildcard /usr/lib/libcxxstd.a) -non_hidden
+LDFLAGS += -hidden $(wildcard /usr/lib/libcxxstd.a) -non_hidden
LIBS += $(CFLAGS) -ltli -lrt
MATHLIB = -lm
OCFLAGS += -O3