summaryrefslogtreecommitdiffstats
path: root/make/ChangeLog
diff options
context:
space:
mode:
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>