summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-02-09 03:15:34 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-02-09 03:15:34 +0000
commitc685101991b0936b1ab3105753a5b69b5f027332 (patch)
tree3f395b4eed7db5ee71bd9988f42cd5955d6fd773
parent06bf433af4e56f93c72222d894596ae2a4830539 (diff)
downloadgdb-c685101991b0936b1ab3105753a5b69b5f027332.tar.gz
Contribute sh64-elf.
2000-12-01 Alexandre Oliva <aoliva@redhat.com> * configure.in: Added sh64-*-*.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8a9665e8a..b9df8cb1a49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 a9219bb0b82..c533c442b49 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"