summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-08 03:32:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-08 03:32:00 +0000
commitd9c3442323988089875747378c7a3c48f0eb873c (patch)
tree99a560b14fe0d01c750fe0a75fb683e5795f761b /include/makeinclude
parent1990f36a96964411e6a797de01d057b42cf65186 (diff)
downloadATCD-d9c3442323988089875747378c7a3c48f0eb873c.tar.gz
updated KCC/Linux support, and integrated into config-linux-common.h
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_linux_kcc.GNU12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/makeinclude/platform_linux_kcc.GNU b/include/makeinclude/platform_linux_kcc.GNU
index ad6955d6e54..b9ac6b58a04 100644
--- a/include/makeinclude/platform_linux_kcc.GNU
+++ b/include/makeinclude/platform_linux_kcc.GNU
@@ -1,22 +1,22 @@
# $Id$
# According to Ben Eng <ben@jetpen.com>, this file
-# should allow ACE to be built on Linux using KAI C++.
+# should allow ACE to be built on Linux using KAI C++ 3.3a.
debug = 1
optimize = 0
CC = KCC
-CXX = KCC --no_auto_instantiation -x
+CXX = $(CC)
CFLAGS += -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
CCFLAGS += $(CFLAGS) -DNULL=0
DCFLAGS += +K0 -g
-DLD = $(CXX)
-LD = $(CXX)
-LIBS += -ldl -lpthread
+DLD = $(CC)
+LD = $(CC)
+LIBS += -ldl -lpthread-0.7
OCFLAGS += +K3 -O
PIC = -fPIC
-AR = $(CXX)
+AR = $(CC)
ARFLAGS = -o
RANLIB = @true
SOFLAGS = $(CPPFLAGS)