summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_linux_kcc.GNU26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_kcc.GNU b/include/makeinclude/platform_linux_kcc.GNU
new file mode 100644
index 00000000000..c505973a637
--- /dev/null
+++ b/include/makeinclude/platform_linux_kcc.GNU
@@ -0,0 +1,26 @@
+# $Id$
+
+# According to Ben Eng <ben@jetpen.com>, this file
+# should allow ACE to be built on Linux using KAI C++.
+
+debug = 1
+optimize = 0
+
+CC = KCC
+CXX = KCC
+CFLAGS +=
+CCFLAGS += $(CFLAGS)
+DCFLAGS += +K0 -g
+DLD = $(CXX)
+LD = $(CXX)
+LIBS += -ldl
+OCFLAGS += +K3 -O
+PIC = -fPIC
+AR = KCC
+ARFLAGS = -o
+RANLIB = true
+
+SOFLAGS = $(CPPFLAGS) -tall
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<
+PRELIB = @true
+PRELIB_USES_OBJ_ONLY = 1