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 | 0ed5505b6cc92c572596935edfa5011b9ff40534 (patch) | |
tree | 3f796274d69074c9f7bf9fa1165b1b8debb79051 /include | |
parent | 81cbf69dd3d4435e27f740c6ce9c95a223db0794 (diff) | |
download | ATCD-0ed5505b6cc92c572596935edfa5011b9ff40534.tar.gz |
added protection to not reset exceptions flag if it was defined.
Diffstat (limited to 'include')
-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 |