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 | |
parent | 9bc99decb73926248915e1ae99ea694263f2c41d (diff) | |
download | newlib-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.zip newlib-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.gz newlib-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.bz2 |
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')
-rw-r--r-- | libgloss/ChangeLog | 9 | ||||
-rwxr-xr-x | libgloss/configure | 2 | ||||
-rw-r--r-- | libgloss/configure.in | 2 | ||||
-rwxr-xr-x | libgloss/libnosys/configure | 6 | ||||
-rw-r--r-- | libgloss/libnosys/configure.in | 6 |
5 files changed, 11 insertions, 14 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 629fb88..fa25a5c 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -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. diff --git a/libgloss/configure b/libgloss/configure index 55a30ae..e897d3a 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -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" ;; diff --git a/libgloss/configure.in b/libgloss/configure.in index 8bbe0ca..a1eb47c 100644 --- a/libgloss/configure.in +++ b/libgloss/configure.in @@ -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) diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure index 776971b..7d8603d 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 218c995..3658ebf 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-*-*) |