summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-05 20:24:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-05 20:24:39 +0000
commit3c30e618cc1ede2c5b2a05be176136a289f57b63 (patch)
tree460633c569de904155f1a69568ac3620cc4d31d2 /include/makeinclude/platform_osf1_3.2.GNU
parentc87d117e910439647216b8f41696eb5c67206c5b (diff)
downloadATCD-3c30e618cc1ede2c5b2a05be176136a289f57b63.tar.gz
Changed wrapper_macros.GNU to use LD for links instead of CXX. Changed
nearly all platform files to correspond by defining LD to be CXX.
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r--include/makeinclude/platform_osf1_3.2.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
index 478a4e072dd..72ae4735730 100644
--- a/include/makeinclude/platform_osf1_3.2.GNU
+++ b/include/makeinclude/platform_osf1_3.2.GNU
@@ -4,6 +4,7 @@ CC = cxx -non_shared
CXX = cxx -x cxx -w0 -non_shared
#DLD = ld -non_shared
DLD = ld -shared
+LD = $(CXX)
LIBS += -lpthreads -lmach -lsys5 -lxti -ltli -lcxx -lexc -lc
PIC = -pic
ARFLAGS = ruv