summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco-nothread.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_sco-nothread.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_sco-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco-nothread.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU
index 568f776c8bc..a01dc7062c6 100644
--- a/include/makeinclude/platform_sco-nothread.GNU
+++ b/include/makeinclude/platform_sco-nothread.GNU
@@ -6,6 +6,7 @@ CC = gcc -w
# for no threads
CXX = gcc -fno-implicit-templates -w -I. -fno-strict-prototypes -D__ACE_INLINE__
DLD = $(CXX)
+LD = $(CXX)
LIBS = -lstdc++ -lsocket
PIC =
AR = ar