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