summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_centerline_orbix.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_sunos5_centerline_orbix.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_sunos5_centerline_orbix.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_centerline_orbix.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_centerline_orbix.GNU b/include/makeinclude/platform_sunos5_centerline_orbix.GNU
index cd68c89b609..1432aab5d3f 100644
--- a/include/makeinclude/platform_sunos5_centerline_orbix.GNU
+++ b/include/makeinclude/platform_sunos5_centerline_orbix.GNU
@@ -2,6 +2,7 @@
CC = cc
CXX = CC -mt
DLD = $(CXX) -mt
+LD = $(CXX) -mt
INCLDIRS = -I$(ORBIX_ROOT)/include
LDFLAGS += -L$(ORBIX_ROOT)/lib
LIBS += -lITsrv -lsocket -ldl -lnsl -lgen