summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-03 06:06:04 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-03 06:06:04 +0000
commit319d97b2fe19176818c5a9a2a1f6680d79a037a7 (patch)
treea3c2d488c99029c1565ac20377564ed848017903 /include/makeinclude
parent77d60f8814f0fb7e68e2615734eae90de3b39d62 (diff)
downloadATCD-319d97b2fe19176818c5a9a2a1f6680d79a037a7.tar.gz
ChangeLogTag: Wed Apr 3 00:03:05 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_qnx_neutrino.GNU1
-rw-r--r--include/makeinclude/platform_qnx_rtp_gcc.GNU5
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU7
3 files changed, 2 insertions, 11 deletions
diff --git a/include/makeinclude/platform_qnx_neutrino.GNU b/include/makeinclude/platform_qnx_neutrino.GNU
index 2aa29221f1c..d69b21c434b 100644
--- a/include/makeinclude/platform_qnx_neutrino.GNU
+++ b/include/makeinclude/platform_qnx_neutrino.GNU
@@ -3,7 +3,6 @@
# 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))
diff --git a/include/makeinclude/platform_qnx_rtp_gcc.GNU b/include/makeinclude/platform_qnx_rtp_gcc.GNU
index 6b69a6a3749..74e96237ef8 100644
--- a/include/makeinclude/platform_qnx_rtp_gcc.GNU
+++ b/include/makeinclude/platform_qnx_rtp_gcc.GNU
@@ -2,7 +2,6 @@
# QNX/RTP hosted, using gcc-2.95.2
-ACE_HAS_GNUG_PRE_2_8 := 0
inline = 1
debug = 1
@@ -16,7 +15,7 @@ else
CCLAGS += -fno-exceptions
LDLAGS += -fno-exceptions
endif # ! exceptions
-
+
CC = gcc
CXX = g++
DCFLAGS += -gstabs
@@ -35,5 +34,3 @@ ARFLAGS = ruv
SOFLAGS = $(CPPFLAGS) -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true
-
-
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index 0819085878e..3c03bae0876 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -10,11 +10,6 @@
# NOTE: On Solaris86, you'll need to use GNU as instead of /usr/ccs/bin/as,
# if you want -gstabs+ and -pipe support.
-ACE_HAS_GNUG_PRE_2_8 := \
- $(shell \
- if $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; then \
- echo 1; else echo 0; fi)
-
ifeq (,$(debug))
debug = 1
endif
@@ -34,7 +29,7 @@ exceptions = 0
endif
# if we are not working with old gcc ...
ifeq ($(ACE_HAS_GNUG_PRE_2_8),0)
-ifeq ($(exceptions),0)
+ifeq ($(exceptions),0)
CFLAGS += -fno-exceptions
endif # exceptions
endif # ! ACE_HAS_GNUG_PRE_2_8