From 45e7ab37b49d7110aad51f1e6b5b3f2c6f7ef3a3 Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 9 Sep 1999 03:23:58 +0000 Subject: ChangeLogTag: Wed Sep 08 22:19:47 1999 David L. Levine --- include/makeinclude/platform_qnx_neutrino.GNU | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'include/makeinclude/platform_qnx_neutrino.GNU') diff --git a/include/makeinclude/platform_qnx_neutrino.GNU b/include/makeinclude/platform_qnx_neutrino.GNU index 8558118b8d9..b5a3db0e779 100644 --- a/include/makeinclude/platform_qnx_neutrino.GNU +++ b/include/makeinclude/platform_qnx_neutrino.GNU @@ -1,24 +1,20 @@ # $Id$ -# QNX 4.25 hosted GNU g++ for Neutrino 2.0 Beta - -# NOTE: with g++ 2.8.0, you'll need to disable optimization in order to -# instantiate ACE_Map_Manager (ace/Map_Manager.cpp). The easiest -# way to do that is to set "optimize = 0", either below or on -# your make command line. +# QNX 4.25 hosted GNU g++ for Neutrino 2.0 CROSS-COMPILE = 1 +ACE_HAS_GNUG_PRE_2_8 := 0 +static_libs_only = 1 ifeq (,$(debug)) debug = 1 endif # ! debug ifeq (,$(optimize)) - optimize = 0 + optimize = 1 endif # ! optimize - -static_libs_only = 1 - -ACE_HAS_GNUG_PRE_2_8 := 0 +ifeq (,$(repo)) + repo = 1 +endif # ! repo CC = i386-nto-gcc CXX = i386-nto-g++ -- cgit v1.2.1