summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 21:19:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 21:19:12 +0000
commit236e54c2500ca3b98810f1abede1e42d1c3f0384 (patch)
treed256c7933c9662b5d6fbc7bfb84c5b810375b413
parentc42a1ef847c7e392c2f8956676ad85bf064ab8a1 (diff)
downloadATCD-236e54c2500ca3b98810f1abede1e42d1c3f0384.tar.gz
ChangeLogTag: Wed Mar 15 15:17:19 2000 Charles Scott <Charles.P.Scott@jpl.nasa.gov>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU4
4 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 020b147e5dc..87c6623d26c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 15 15:17:19 2000 Charles Scott <Charles.P.Scott@jpl.nasa.gov>
+
+ * include/makeinclude/platform_vxworks5.x_ghs.GNU: added
+ --stdle --exceptions to CCFLAGS if exceptions are enabled.
+
Tue Mar 14 15:01:46 2000 Steve Huston <shuston@riverace.com>
* tests/Malloc_Test.cpp: Disable mapping the file into different
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 020b147e5dc..87c6623d26c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Wed Mar 15 15:17:19 2000 Charles Scott <Charles.P.Scott@jpl.nasa.gov>
+
+ * include/makeinclude/platform_vxworks5.x_ghs.GNU: added
+ --stdle --exceptions to CCFLAGS if exceptions are enabled.
+
Tue Mar 14 15:01:46 2000 Steve Huston <shuston@riverace.com>
* tests/Malloc_Test.cpp: Disable mapping the file into different
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 020b147e5dc..87c6623d26c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Wed Mar 15 15:17:19 2000 Charles Scott <Charles.P.Scott@jpl.nasa.gov>
+
+ * include/makeinclude/platform_vxworks5.x_ghs.GNU: added
+ --stdle --exceptions to CCFLAGS if exceptions are enabled.
+
Tue Mar 14 15:01:46 2000 Steve Huston <shuston@riverace.com>
* tests/Malloc_Test.cpp: Disable mapping the file into different
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index 58e41a9b817..c7a4072643a 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -86,3 +86,7 @@ LD = $(CXX)
LDFLAGS = --no_auto_instantiation
OCFLAGS += -OL -OM
PIC =
+
+ifeq (1, $(exceptions))
+ CCFLAGS += --stdle --exceptions
+endif # exceptions