summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_qnx_gcc.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-10 17:05:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-10 17:05:02 +0000
commit8c579dc4c23f6e46edc906457fbe4be4a3ef0d4a (patch)
tree26467975d3f423c5fa3d1f90851b3970bbdbe366 /ACE/include/makeinclude/platform_qnx_gcc.GNU
parentf1814fe94d37aef822872ea25b1dce96eb388cea (diff)
downloadATCD-8c579dc4c23f6e46edc906457fbe4be4a3ef0d4a.tar.gz
Sun Apr 10 17:03:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-qnx.h: Made some fixes for qnx65 * include/makeinclude/platform_qnx_gcc.GNU: Simplified
Diffstat (limited to 'ACE/include/makeinclude/platform_qnx_gcc.GNU')
-rw-r--r--ACE/include/makeinclude/platform_qnx_gcc.GNU5
1 files changed, 0 insertions, 5 deletions
diff --git a/ACE/include/makeinclude/platform_qnx_gcc.GNU b/ACE/include/makeinclude/platform_qnx_gcc.GNU
index 08b63660e5c..a612b601f8a 100644
--- a/ACE/include/makeinclude/platform_qnx_gcc.GNU
+++ b/ACE/include/makeinclude/platform_qnx_gcc.GNU
@@ -6,7 +6,6 @@ inline ?= 1
debug ?= 1
optimize ?= 0
threads ?= 1
-pipes ?= 1
CCFLAGS += -fexceptions
LDFLAGS += -fexceptions
@@ -38,7 +37,3 @@ PRELIB = @true
# add -E to LDFLAGS if using GNU ld
#
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-
-CCFLAGS += $(CFLAGS) $(FLAGS_C_CC)
-
-CFLAGS += $(FLAGS_C_CC)