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:
@ -1,3 +1,12 @@
|
||||
2011-06-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2011-05-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* v8500/sbrk.c (_sbrk): Tidy code.
|
||||
|
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"
|
||||
|
||||
;;
|
||||
|
@ -124,7 +124,7 @@ case "${target}" in
|
||||
rx*-*-elf)
|
||||
AC_CONFIG_SUBDIRS([rx])
|
||||
;;
|
||||
strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*)
|
||||
arm*-*-elf | arm*-*-coff | arm-*-*)
|
||||
AC_CONFIG_SUBDIRS([arm])
|
||||
;;
|
||||
spu-*-elf)
|
||||
|
6
libgloss/libnosys/configure
vendored
6
libgloss/libnosys/configure
vendored
@ -2050,8 +2050,6 @@ case "${target}" in
|
||||
;;
|
||||
arm-*-*)
|
||||
;;
|
||||
strongarm-*-*)
|
||||
;;
|
||||
bfin-*-*)
|
||||
;;
|
||||
cris-*-* | crisv32-*-*)
|
||||
@ -2078,10 +2076,6 @@ case "${target}" in
|
||||
;;
|
||||
sparc64-*-*)
|
||||
;;
|
||||
thumb-*-pe)
|
||||
;;
|
||||
thumb-*-*)
|
||||
;;
|
||||
v850*-*-*)
|
||||
;;
|
||||
w65-*-*)
|
||||
|
@ -49,8 +49,6 @@ case "${target}" in
|
||||
;;
|
||||
arm-*-*)
|
||||
;;
|
||||
strongarm-*-*)
|
||||
;;
|
||||
bfin-*-*)
|
||||
;;
|
||||
cris-*-* | crisv32-*-*)
|
||||
@ -77,10 +75,6 @@ case "${target}" in
|
||||
;;
|
||||
sparc64-*-*)
|
||||
;;
|
||||
thumb-*-pe)
|
||||
;;
|
||||
thumb-*-*)
|
||||
;;
|
||||
v850*-*-*)
|
||||
;;
|
||||
w65-*-*)
|
||||
|
Reference in New Issue
Block a user