summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-21 14:08:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-21 14:08:31 +0000
commit7845413336499e29021ae790fa62548df24ceb86 (patch)
tree6fc646e9e5c6bf54ad874f1f39d834aa71409aec /include/makeinclude
parent76b8a0619d4c053259b4c82aeeccb8fe086eb1c1 (diff)
downloadATCD-7845413336499e29021ae790fa62548df24ceb86.tar.gz
added LD definition to work with latest wrapper_macros.GNU
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_osf1_4.0_g++.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_osf1_4.0_g++.GNU b/include/makeinclude/platform_osf1_4.0_g++.GNU
index ea269dff15e..4b5ca0691f8 100644
--- a/include/makeinclude/platform_osf1_4.0_g++.GNU
+++ b/include/makeinclude/platform_osf1_4.0_g++.GNU
@@ -3,6 +3,7 @@
CC = gcc -g -D_REENTRANT
CXX = gcc -g -D_REENTRANT -fno-strict-prototypes -D__ACE_INLINE__
+LD = $(CXX)
DLD = $(CXX)
LIBS += -lpthread -lmach -lexc -ltli -lstdc++
PIC = -fpic