libgloss:
* configure.in: Don't handle strongarm, ep9312 and xscale target names. * configure: Regenerate. * libnosys/configure.in: Don't handle strongarm and thumb target names. * libnosys/configure: Regenerate. newlib: * configure.host: Don't handle ep9312, strongarm, xscale and thumb target names. * libc/machine/configure.in: Don't handle xscale target names. * libc/machine/configure: Regenerate.
This commit is contained in:
2
libgloss/configure
vendored
2
libgloss/configure
vendored
@ -2557,7 +2557,7 @@ case "${target}" in
|
||||
subdirs="$subdirs rx"
|
||||
|
||||
;;
|
||||
strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*)
|
||||
arm*-*-elf | arm*-*-coff | arm-*-*)
|
||||
subdirs="$subdirs arm"
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user