summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-10 17:50:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-10 17:50:44 +0000
commitc01dba121d3ce77fe2ae911b824fba37dc1b49c4 (patch)
tree9691a0857c1fe8647126ddbadb5590675d77095d /c/src/lib/libbsp/i386/pc386/ChangeLog
parent2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c01dba121d3ce77fe2ae911b824fba37dc1b49c4.tar.bz2
2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* make/custom/pc386.cfg: EXEEXT is not defined in application Makefile support. All other BSPs just use .exe directly on objcopy commands. This makes it consistent and allows external examples (network demos, examples-v2, etc to link.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 81c896786b..15923d59ca 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * make/custom/pc386.cfg: EXEEXT is not defined in application Makefile
+ support. All other BSPs just use .exe directly on objcopy commands.
+ This makes it consistent and allows external examples (network demos,
+ examples-v2, etc to link.
+
2010-03-26 Chris Johns <chrisj@rtems.org>
* make/custom/pc386.cfg: Revert the PR1495 change.