summaryrefslogtreecommitdiffstats
path: root/make/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 20:50:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 20:50:35 +0000
commit14ee224c001d2afd925f2bfb0fd984f09b08b709 (patch)
tree7ee417961f4fcdbfecd26a9a67763e698ecd193e /make/ChangeLog
parent2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-14ee224c001d2afd925f2bfb0fd984f09b08b709.tar.bz2
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid using C++ ctor trick. An RTEMS C++ application running on this BSP may have initialization order issues to address.
Diffstat (limited to 'make/ChangeLog')
-rw-r--r--make/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 9ccc9ad8c1..754c0f6288 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,11 @@
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
+ using C++ ctor trick. An RTEMS C++ application running on this BSP
+ may have initialization order issues to address.
+
+2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>