summaryrefslogtreecommitdiffstats
path: root/libgloss/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2015-12-17 16:49:08 -0500
committerDJ Delorie <dj@redhat.com>2015-12-17 16:51:41 -0500
commit7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02 (patch)
treef7ae5ed34e97b331815d83a2084a31aed856cf4d /libgloss/configure
parent06537f05d4b6a0d2db01c6afda1d2a0ea2588126 (diff)
downloadcygnal-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.tar.gz
cygnal-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.tar.bz2
cygnal-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.zip
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/configure')
-rwxr-xr-xlibgloss/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure
index 4e8e5c671..90a05222a 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -2548,6 +2548,7 @@ case "${target}" in
msp430*-*-elf)
subdirs="$subdirs msp430"
+ config_libnosys=false
;;
rl78*-*-elf)
subdirs="$subdirs rl78"