summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_qnx_neutrino.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 03:23:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 03:23:58 +0000
commit45e7ab37b49d7110aad51f1e6b5b3f2c6f7ef3a3 (patch)
treee1ef033ba74d6095724cbac9d8a0cd9ce3c3903a /include/makeinclude/platform_qnx_neutrino.GNU
parent71a3ecfaa32afa8002a8c13df7a249d24d7e6e96 (diff)
downloadATCD-45e7ab37b49d7110aad51f1e6b5b3f2c6f7ef3a3.tar.gz
ChangeLogTag: Wed Sep 08 22:19:47 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_qnx_neutrino.GNU')
-rw-r--r--include/makeinclude/platform_qnx_neutrino.GNU18
1 files changed, 7 insertions, 11 deletions
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++