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:
committed by
Corinna Vinschen
parent
78b7a3b0f8
commit
b74ba7dca6
2
libgloss/configure
vendored
2
libgloss/configure
vendored
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user