diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-06-14 13:40:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-06-14 13:40:48 +0000 |
commit | 25fa7e5ad63d97d00deef1c9eddb346d1134ba72 (patch) | |
tree | 2c4082e8cba94effbdb358a362bda256abba683c /libgloss/libnosys/configure.in | |
parent | 9bc99decb73926248915e1ae99ea694263f2c41d (diff) | |
download | cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.gz cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.bz2 cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.zip |
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/configure.in')
-rw-r--r-- | libgloss/libnosys/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
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-*-*) |