From ef08e40a4ca020201fbe271acd6505e9d57a4ec8 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 2 Nov 1997 23:19:51 +0000 Subject: *** empty log message *** --- include/makeinclude/platform_linux_kcc.GNU | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 include/makeinclude/platform_linux_kcc.GNU (limited to 'include') 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 , 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 -- cgit v1.2.1