diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-26 10:05:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-26 10:05:23 +0000 |
commit | fd6942ab427a295ac359717e9027f5d18451faf3 (patch) | |
tree | 72f149db67c42ec819332da8eb5dcc5cd04eb534 /libgloss/configure | |
parent | f7e0cae24b71452eaf452d3799b6c3436d7301f2 (diff) | |
download | cygnal-fd6942ab427a295ac359717e9027f5d18451faf3.tar.gz cygnal-fd6942ab427a295ac359717e9027f5d18451faf3.tar.bz2 cygnal-fd6942ab427a295ac359717e9027f5d18451faf3.zip |
newlib:
* configure.host: Add support for RX architecture.
* libc/include/machine/ieeefp.h: Likewise.
* libc/include/machine/setjmp.h: Likewise.
* libc/include/machine/configure.in: Likewise.
* libc/include/machine/configure: Regenerate.
* libc/machine/rx: New directory.
* libc/machine/rx/*: New files to support RX architecture.
libgloss:
* configure.in: Add support for RX sub-directory.
* configure: Regenerate.
* rx: New directory.
* rx/*: New files to support RX architecture.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-x | libgloss/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure index 37f38eb9e..ac2ea1194 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -298,6 +298,7 @@ ac_subdirs_all="$ac_subdirs_all moxie" ac_subdirs_all="$ac_subdirs_all mt" ac_subdirs_all="$ac_subdirs_all xstormy16" ac_subdirs_all="$ac_subdirs_all m32c" +ac_subdirs_all="$ac_subdirs_all rx" ac_subdirs_all="$ac_subdirs_all arm" ac_subdirs_all="$ac_subdirs_all spu" ac_subdirs_all="$ac_subdirs_all iq2000" @@ -1979,6 +1980,12 @@ subdirs="$subdirs xstormy16" subdirs="$subdirs m32c" ;; + rx*-*-elf) + + +subdirs="$subdirs rx" + + ;; strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*) |