summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.x_cxx.GNU
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-22 02:26:24 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-22 02:26:24 +0000
commit5a662519160125b00f82b7142524f26f088c5426 (patch)
tree7dbf499e0cc7c3af06e87326913681a5c7a62e28 /include/makeinclude/platform_osf1_4.x_cxx.GNU
parentf115e8c2a3a67fe6a2dae4f73a319cdf6f878397 (diff)
downloadATCD-5a662519160125b00f82b7142524f26f088c5426.tar.gz
ChangeLogTag: Sun Apr 21 21:23:59 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_osf1_4.x_cxx.GNU')
-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 425c6937d11..9ab199ab189 100644
--- a/include/makeinclude/platform_osf1_4.x_cxx.GNU
+++ b/include/makeinclude/platform_osf1_4.x_cxx.GNU
@@ -137,7 +137,7 @@ TMPINCDIR = cxx_repository
# so there is no need for ranlib
#
RANLIB = @true
-SOFLAGS += -shared $(ACELIB)
+SOFLAGS += -shared -use_ld_input $(ACELIB)
LIBS := $(LIBS)
SOBUILD = $(RM) $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \