Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-06-14 17:40:48 +0400
committerJoseph Myers <joseph@codesourcery.com>2011-06-14 17:40:48 +0400
commit25fa7e5ad63d97d00deef1c9eddb346d1134ba72 (patch)
tree2c4082e8cba94effbdb358a362bda256abba683c /newlib/libc/machine/configure.in
parent9bc99decb73926248915e1ae99ea694263f2c41d (diff)
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.
Diffstat (limited to 'newlib/libc/machine/configure.in')
-rw-r--r--newlib/libc/machine/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in
index 7cd9036de..249265602 100644
--- a/newlib/libc/machine/configure.in
+++ b/newlib/libc/machine/configure.in
@@ -65,7 +65,6 @@ if test -n "${machine_dir}"; then
w65) AC_CONFIG_SUBDIRS(w65) ;;
x86_64) AC_CONFIG_SUBDIRS(x86_64) ;;
xc16x) AC_CONFIG_SUBDIRS(xc16x) ;;
- xscale) AC_CONFIG_SUBDIRS(xscale) ;;
xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;;
z8k) AC_CONFIG_SUBDIRS(z8k) ;;
esac;