summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 16:36:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 16:36:44 +0000
commit8ecf376f513cc2180ce4f5adde4e9ccfa222c6f2 (patch)
tree22e327fd4545ffe6ecdaea29f5dc7825a923908a
parent17bca11191217f7ea43fb6d5172b47f9afef9d7a (diff)
downloadATCD-8ecf376f513cc2180ce4f5adde4e9ccfa222c6f2.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 31ffed8626d..1686df18817 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,5 +1,15 @@
Thu Jul 01 10:53:33 1999 David L. Levine <levine@cs.wustl.edu>
+ * include/makeinclude/platform_vxworks5.x_ghs.GNU:
+ set INCLDIRS, so that wrapper_macros.GNU doesn't insert -I.
+ Otherwise, with GHS on NT host, ACE's Signal.h gets #included
+ instead of VxWorks' signal.h by target/h/private/sigLibP.h.
+ Thanks to Dale Wood <dale_wood@Mitel.com> and
+ Dave Steele <Dave_Steele@Mitel.COM> for helping to figure
+ this out.
+
+Thu Jul 01 10:53:33 1999 David L. Levine <levine@cs.wustl.edu>
+
* include/makeinclude/platform_vxworks5.x_g++.GNU,
bin/ace_ld: changed -c option to -C [...] --, so
that its arguments don't need to be quoted. I