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.
This commit is contained in:
Jozef Lawrynowicz 2019-11-25 21:17:41 +00:00 committed by Corinna Vinschen
parent 78b7a3b0f8
commit b74ba7dca6
2 changed files with 2 additions and 2 deletions

2
libgloss/configure vendored
View File

@ -2552,7 +2552,7 @@ case "${target}" in
subdirs="$subdirs m32c"
;;
msp430*-*-elf)
msp430-*-elf*)
subdirs="$subdirs msp430"
config_libnosys=false

View File

@ -148,7 +148,7 @@ case "${target}" in
m32c-*-*)
AC_CONFIG_SUBDIRS([m32c])
;;
msp430*-*-elf)
msp430-*-elf*)
AC_CONFIG_SUBDIRS([msp430])
config_libnosys=false
;;