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:
parent
388e6385d2
commit
013e445fa4
|
@ -2552,7 +2552,7 @@ case "${target}" in
|
|||
subdirs="$subdirs m32c"
|
||||
|
||||
;;
|
||||
msp430*-*-elf)
|
||||
msp430-*-elf*)
|
||||
subdirs="$subdirs msp430"
|
||||
|
||||
config_libnosys=false
|
||||
|
|
|
@ -148,7 +148,7 @@ case "${target}" in
|
|||
m32c-*-*)
|
||||
AC_CONFIG_SUBDIRS([m32c])
|
||||
;;
|
||||
msp430*-*-elf)
|
||||
msp430-*-elf*)
|
||||
AC_CONFIG_SUBDIRS([msp430])
|
||||
config_libnosys=false
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue