summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-06 18:48:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-06 18:48:31 +0000
commit9f4b8dcd830e8ca7a1d9ac94092b031910f1ab28 (patch)
tree2950e386668bc048ac91e34d500e28305afdcfd2
parentb54c9549f50f7e50f3179939777ab74d5c6c84ae (diff)
downloadATCD-9f4b8dcd830e8ca7a1d9ac94092b031910f1ab28.tar.gz
ChangeLogTag: Fri Aug 06 13:47:51 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html6
-rw-r--r--ChangeLog-99b5
2 files changed, 11 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 05df639264f..5240ea42ef8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1365,6 +1365,12 @@ the <a href="mailto:ace-users@cs.wustl.edu">ACE mailing list</a>.<p>
Tornado II cannot be used to build ACE. Use Cygnus' make (version 3.75)
instead.)<p>
+<strong>NOTE:</strong>Optimization is enabled be default in
+<a href=include/makeinclude/platform_vxworks5.x_g++.h>platform_vxworks5.x_g++.h</a>. However, the compiler that is shipped with Tornado II has
+trouble compiling some files with -O2. To disable optimization
+for an individual file, just add <code>optimize=0</code> to your
+make invocation when compiling that file.<p>
+
Using the Cygnus tools, this approach works:
<ul>
<li>You'll build both your NT and VxWorks executables in the same
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 08c53d7d238..b3c3863a27c 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Fri Aug 06 13:47:51 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: added note about disabling optimization
+ for some files with Tornado II.
+
Fri Aug 06 13:39:48 1999 David L. Levine <levine@cs.wustl.edu>
* ACE-INSTALL.html: updated VxWorks build information,