summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-20 14:37:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-20 14:37:45 +0000
commit63122c1e12cfa341e6fec095e79cfa5f0c614472 (patch)
tree64be38ed72b1414cb7e437bbd5796599d10c47ec /include
parent19d75e9053ce0b3423f468687732ea4613166f61 (diff)
downloadATCD-63122c1e12cfa341e6fec095e79cfa5f0c614472.tar.gz
ChangeLogTag:Tue Feb 20 06:34:26 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index 39704c40858..028a513756e 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -10,6 +10,11 @@
# 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