2 # QNX/RTP hosted, using GCC
4 ACE_PLATFORM_CONFIG ?= config-qnx.h
13 CCFLAGS += -fexceptions
14 LDFLAGS += -fexceptions
17 CCFLAGS += -finline-functions
19 CCFLAGS += -fno-inline
34 LIBS += -lsocket -lstdc++ -lm
38 SOFLAGS += $(CPPFLAGS) -shared
39 SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
42 # Test for template instantiation, add to SOFLAGS if SONAME set,
43 # add -E to LDFLAGS if using GNU ld
45 include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU