]> sourceware.org Git - newlib-cygwin.git/commitdiff
MSP430: Support new msp430-elfbare target
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 25 Nov 2019 21:17:41 +0000 (21:17 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 16 Dec 2019 09:15:06 +0000 (10:15 +0100)
Update the target triplet glob used when configuring for msp430 to
support a new msp430-elfbare target being added to gcc.

libgloss/configure
libgloss/configure.in

index 6c592b16bd8c744da88d9f33a0170c62f6a09a48..0d2918cee91327c5b6dc185cbd7555e540c506a9 100755 (executable)
@@ -2552,7 +2552,7 @@ case "${target}" in
        subdirs="$subdirs m32c"
 
        ;;
-  msp430*-*-elf)
+  msp430-*-elf*)
        subdirs="$subdirs msp430"
 
        config_libnosys=false
index 16f413f66a6e2f80a3b14efd38702f9d46ecc78f..f38d5298e1848c30286c6fa94b7756659ea04825 100644 (file)
@@ -148,7 +148,7 @@ case "${target}" in
   m32c-*-*)
        AC_CONFIG_SUBDIRS([m32c])
        ;;
-  msp430*-*-elf)
+  msp430-*-elf*)
        AC_CONFIG_SUBDIRS([msp430])
        config_libnosys=false
        ;;
This page took 0.038572 seconds and 5 git commands to generate.