summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 14:56:27 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 14:56:27 +0000
commitbae542df7c6530a8a9edbcd8d8cd787b15c64755 (patch)
tree6ed09376fc1ee53a59da7e1888ebe84b8ff0d23e
parentecae9b31ad65301fa3763dbb7be5abd48c364ada (diff)
downloadATCD-bae542df7c6530a8a9edbcd8d8cd787b15c64755.tar.gz
fixed exceptions=1 support.
-rw-r--r--include/makeinclude/platform_chorus.GNU5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/makeinclude/platform_chorus.GNU b/include/makeinclude/platform_chorus.GNU
index aa78c7ace5f..d6fcc0d4f99 100644
--- a/include/makeinclude/platform_chorus.GNU
+++ b/include/makeinclude/platform_chorus.GNU
@@ -40,9 +40,8 @@ CCFLAGS += $(CFLAGS) -fno-implicit-templates \
-D_POSIX_THREAD_SAFE_FUNCTIONS
ifeq ($(exceptions),1)
-else # ! exceptions
- CCFLAGS += -fno-exceptions
-endif # ! exceptions
+ CCFLAGS += -fhandle-exceptions
+endif # exceptions
#DCFLAGS += -gstabs+
INCLDIRS += -I$(INC_DIR)/posix \