summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-09 21:35:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-09 21:35:40 +0000
commit3604110b5384cf7e1fa9f0695525d8719eb7a29d (patch)
tree07a2e2374f3f5f1f116bd5dfddd4279cdfe74457 /include
parentfc6df1d12a0644ee8d01b277838ab26b9cc577f9 (diff)
downloadATCD-3604110b5384cf7e1fa9f0695525d8719eb7a29d.tar.gz
added exceptions make options support
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_chorus_ghs.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU
index 0c2a78541e6..4d6db930b85 100644
--- a/include/makeinclude/platform_chorus_ghs.GNU
+++ b/include/makeinclude/platform_chorus_ghs.GNU
@@ -28,6 +28,7 @@ CHORUS = 1
CROSS-COMPILE = 1
debug = 1
+exceptions =
optimize = 1
shared_libs =
static_libs = 1
@@ -61,6 +62,10 @@ else
CRTH = $(MVME_DIR)/lib/crt/crth_d.s.o
endif # debug
+ifdef exceptions
+ CCFLAGS += --exceptions
+endif # exceptions
+
POSTLINK = ; $(CC) -groot=$(MVME_DIR)/ -alttools=$(GHS_DIR)/gnuch68 -68040 \
-nostartfiles -nostdlib -e __start -o $@.final \
$(CRTH) $(MVME_DIR)/lib/crt/crt0.o \