From c4078c377d74290ebe4e66da0b4975da91732376 Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Tue, 4 Mar 2008 13:56:48 +0000 Subject: swap in externals for ACE and TAO --- ACE/include/makeinclude/platform_qnx_neutrino.GNU | 35 ----------------------- 1 file changed, 35 deletions(-) delete mode 100644 ACE/include/makeinclude/platform_qnx_neutrino.GNU (limited to 'ACE/include/makeinclude/platform_qnx_neutrino.GNU') diff --git a/ACE/include/makeinclude/platform_qnx_neutrino.GNU b/ACE/include/makeinclude/platform_qnx_neutrino.GNU deleted file mode 100644 index 2bd92551f7b..00000000000 --- a/ACE/include/makeinclude/platform_qnx_neutrino.GNU +++ /dev/null @@ -1,35 +0,0 @@ -# $Id$ - -# QNX 4.25 hosted GNU g++ for Neutrino 2.0 - -CROSS-COMPILE = 1 -static_libs_only = 1 - -debug ?= 1 -optimize ?= 1 -pipes ?= 1 - -CC ?= i386-nto-gcc -CXX ?= i386-nto-g++ - -CFLAGS += -W -Wall -Wpointer-arith -DCFLAGS += -g -DLD = $(CXX) -LD = $(CXX) -LDFLAGS += -LIBS += -lsocket -lstdc++ -OCFLAGS += -O2 -PIC = -fPIC -AR ?= i386-nto-ar -ARFLAGS = ruv -RANLIB ?= i386-nto-ranlib -SOFLAGS += -G $(CPPFLAGS) -shared -SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< -PRELIB = @true - -# Test for template instantiation, add to SOFLAGS if SONAME set, -# add -E to LDFLAGS if using GNU ld -# -include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU - -CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG) -- cgit v1.2.1