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 /libgloss/libnosys
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 'libgloss/libnosys')
-rwxr-xr-xlibgloss/libnosys/configure6
-rw-r--r--libgloss/libnosys/configure.in6
2 files changed, 0 insertions, 12 deletions
diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure
index 776971bfc..7d8603dbc 100755
--- a/libgloss/libnosys/configure
+++ b/libgloss/libnosys/configure
@@ -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-*-*)
diff --git a/libgloss/libnosys/configure.in b/libgloss/libnosys/configure.in
index 218c9957c..3658ebf42 100644
--- a/libgloss/libnosys/configure.in
+++ b/libgloss/libnosys/configure.in
@@ -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-*-*)