[newlib-cygwin] MSP430: Support new msp430-elfbare target

Corinna Vinschen corinna@sourceware.org
Mon Dec 16 09:15:00 GMT 2019


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b74ba7dca6489f5bb16048eb6bcddd5cd646c925

commit b74ba7dca6489f5bb16048eb6bcddd5cd646c925
Author: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date:   Mon Nov 25 21:17:41 2019 +0000

    MSP430: Support new msp430-elfbare target
    
    Update the target triplet glob used when configuring for msp430 to
    support a new msp430-elfbare target being added to gcc.

Diff:
---
 libgloss/configure    | 2 +-
 libgloss/configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgloss/configure b/libgloss/configure
index 6c592b1..0d2918c 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -2552,7 +2552,7 @@ case "${target}" in
 	subdirs="$subdirs m32c"
 
 	;;
-  msp430*-*-elf)
+  msp430-*-elf*)
 	subdirs="$subdirs msp430"
 
 	config_libnosys=false
diff --git a/libgloss/configure.in b/libgloss/configure.in
index 16f413f..f38d529 100644
--- a/libgloss/configure.in
+++ b/libgloss/configure.in
@@ -148,7 +148,7 @@ case "${target}" in
   m32c-*-*)
 	AC_CONFIG_SUBDIRS([m32c])
 	;;
-  msp430*-*-elf)
+  msp430-*-elf*)
 	AC_CONFIG_SUBDIRS([msp430])
 	config_libnosys=false
 	;;



More information about the Newlib-cvs mailing list