diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-20 14:37:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-20 14:37:45 +0000 |
commit | cc1c82b22ee2ce97e31dda0e484dcac99a45fcbe (patch) | |
tree | 64be38ed72b1414cb7e437bbd5796599d10c47ec /include | |
parent | 8e8e399bbab2b3c6d887d9c9fedb1c2d62dd953a (diff) | |
download | ATCD-cc1c82b22ee2ce97e31dda0e484dcac99a45fcbe.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++.GNU | 5 |
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 |