summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_ghs.GNU
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-27 17:29:16 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-27 17:29:16 +0000
commitb20cd4c89f0aaf47440dcd30cd23eb9d315d727a (patch)
tree7d6d447c98e33aee509c03dc1a88f952dff462fb /include/makeinclude/platform_sunos5_ghs.GNU
parent1f196b845c8cbd53be9c22ad2172b868e4aeb675 (diff)
downloadATCD-b20cd4c89f0aaf47440dcd30cd23eb9d315d727a.tar.gz
Fri Oct 27 12:04:17 2000 Chris Cleeland <cleeland_c@ociweb.com>
Diffstat (limited to 'include/makeinclude/platform_sunos5_ghs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_ghs.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU
index 8d285c0d54c..8933d0fc199 100644
--- a/include/makeinclude/platform_sunos5_ghs.GNU
+++ b/include/makeinclude/platform_sunos5_ghs.GNU
@@ -3,7 +3,7 @@
# SunOS 5.x (Solaris 2.x) with GreenHills compiler.
debug = 1
-exceptions =
+exceptions = 0
optimize = 1
threads = 1
@@ -31,7 +31,7 @@ else # ! threads
CFLAGS += -DACE_MT_SAFE=0
endif # ! threads
-ifdef exceptions
+ifeq (1,$(exceptions))
CCFLAGS += --exceptions
else # ! exceptions
CCFLAGS += --no_exceptions