diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-11 20:05:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-11 20:05:00 +0000 |
commit | ed61e9f85bb0e304f1b63545228d66c1fcdf4aac (patch) | |
tree | 3f796274d69074c9f7bf9fa1165b1b8debb79051 | |
parent | 0dc6ae83f294ee9eaf7a5dff813df29d782aa87b (diff) | |
download | ATCD-ed61e9f85bb0e304f1b63545228d66c1fcdf4aac.tar.gz |
added protection to not reset exceptions flag if it was defined.
-rw-r--r-- | include/makeinclude/platform_chorus_ghs.GNU | 4 |
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 |