summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-08 14:52:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-08 14:52:46 +0000
commit4036fbbe54fef852bc93504c99021bbe62939f4d (patch)
treed79f36f5b4b548ea2bedc80b87e47dccb6b05516 /include
parent9c871081f0fe74a3e1261b1d8eb8ad5f80cd3250 (diff)
downloadATCD-4036fbbe54fef852bc93504c99021bbe62939f4d.tar.gz
ChangeLogTag:Thu Feb 8 00:34:57 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index 025b35083bf..fdb837f3e3b 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -24,6 +24,13 @@ ifeq ($(threads),0)
CFLAGS += -DACE_MT_SAFE=0
endif # threads
+ifeq (,$(exceptions))
+ exceptions = 0
+endif
+ifeq ($(exceptions),0)
+ CFLAGS += -fno-exceptions
+endif # exceptions
+
ifeq ($(shell /bin/uname -m),i86pc)
#### gcc on Solaris86 doesn't use -g
DCFLAGS += -gstabs+