Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2015-12-18 00:49:08 +0300
committerDJ Delorie <dj@redhat.com>2015-12-18 00:51:41 +0300
commit7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02 (patch)
treef7ae5ed34e97b331815d83a2084a31aed856cf4d /libgloss/ChangeLog
parent06537f05d4b6a0d2db01c6afda1d2a0ea2588126 (diff)
Build msp430-specific libnosys
The MSP430 debuggers support I/O on hardware through CIO, so we can use a CIO-enabled library as the "nosys" library (in addition to the libsim library, which talks to our simulator) * configure.in: Don't build default libnosys for msp430 * configure: Regenerate. * msp430/Makefile: Rename libcio to libnosys.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index e247cbc03..5e647694e 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,9 @@
2015-12-17 DJ Delorie <dj@redhat.com>
+ * configure.in: Don't build default libnosys for msp430
+ * configure: Regenerate.
+ * msp430/Makefile: Rename libcio to libnosys.
+
* msp430/cio.c: Remove, replace with...
* msp430/cio.S: New, this.