diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-09 03:15:34 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-09 03:15:34 +0000 |
commit | 20a5393bb62d943febbfabf52f03cd61e2cba0ee (patch) | |
tree | d67ab66d7b7179f2fd9f1515aac559c1f1b5f096 | |
parent | 328eb32e5f28f62b0533ab8ab921bdcedf3cbf8a (diff) | |
download | gdb-20a5393bb62d943febbfabf52f03cd61e2cba0ee.zip gdb-20a5393bb62d943febbfabf52f03cd61e2cba0ee.tar.gz gdb-20a5393bb62d943febbfabf52f03cd61e2cba0ee.tar.bz2 |
Contribute sh64-elf.
2000-12-01 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Added sh64-*-*.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-02-09 Alexandre Oliva <aoliva@redhat.com> + + Contribute sh64-elf. + 2000-12-01 Alexandre Oliva <aoliva@redhat.com> + * configure.in: Added sh64-*-*. + 2002-02-04 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Remove advertising clause from diff --git a/configure.in b/configure.in index a9219bb..c533c44 100644 --- a/configure.in +++ b/configure.in @@ -904,6 +904,9 @@ case "${target}" in esac noconfigdirs="$noconfigdirs target-libgloss target-libffi" ;; + sh64-*-*) + noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" + ;; sparc-*-elf*) if [ x${is_cross_compiler} != xno ] ; then target_configdirs="${target_configdirs} target-libstub target-cygmon" |