2 # QNX/RTP hosted, using GCC
11 CCFLAGS += -fexceptions
12 LDFLAGS += -fexceptions
15 CCFLAGS += -finline-functions
17 CCFLAGS += -fno-inline
32 LIBS += -lsocket -lstdc++ -lm
36 SOFLAGS += $(CPPFLAGS) -shared
37 SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
40 # Test for template instantiation, add to SOFLAGS if SONAME set,
41 # add -E to LDFLAGS if using GNU ld
43 include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU