diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-08 03:32:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-08 03:32:00 +0000 |
commit | d9c3442323988089875747378c7a3c48f0eb873c (patch) | |
tree | 99a560b14fe0d01c750fe0a75fb683e5795f761b /include/makeinclude/platform_linux_kcc.GNU | |
parent | 1990f36a96964411e6a797de01d057b42cf65186 (diff) | |
download | ATCD-d9c3442323988089875747378c7a3c48f0eb873c.tar.gz |
updated KCC/Linux support, and integrated into config-linux-common.h
Diffstat (limited to 'include/makeinclude/platform_linux_kcc.GNU')
-rw-r--r-- | include/makeinclude/platform_linux_kcc.GNU | 12 |
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) |