mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-01 12:35:44 +08:00
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
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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user