Browse Source

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.
topic/serial_io
Jozef Lawrynowicz 7 years ago
committed by Corinna Vinschen
parent
commit
b74ba7dca6
  1. 2
      libgloss/configure
  2. 2
      libgloss/configure.in

2
libgloss/configure

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

2
libgloss/configure.in

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

Loading…
Cancel
Save