summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 20:05:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 20:05:00 +0000
commited61e9f85bb0e304f1b63545228d66c1fcdf4aac (patch)
tree3f796274d69074c9f7bf9fa1165b1b8debb79051
parent0dc6ae83f294ee9eaf7a5dff813df29d782aa87b (diff)
downloadATCD-ed61e9f85bb0e304f1b63545228d66c1fcdf4aac.tar.gz
added protection to not reset exceptions flag if it was defined.
-rw-r--r--include/makeinclude/platform_chorus_ghs.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU
index 4d6db930b85..44651bee879 100644
--- a/include/makeinclude/platform_chorus_ghs.GNU
+++ b/include/makeinclude/platform_chorus_ghs.GNU
@@ -28,7 +28,9 @@ CHORUS = 1
CROSS-COMPILE = 1
debug = 1
-exceptions =
+ifndef exceptions
+ exceptions =
+endif # exceptions
optimize = 1
shared_libs =
static_libs = 1