merge from src
authorDave Brolley <brolley@redhat.com>
Tue, 18 Jun 2002 21:58:44 +0000 (17:58 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 18 Jun 2002 21:58:44 +0000 (17:58 -0400)
From-SVN: r54766

ChangeLog
configure.in

index 3e12b57..5ddec74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-18  Dave Brolley  <brolley@redhat.com>
+
+       * configure.in: Add support for frv.
+       * config.sub: Add support for frv.
+
 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
 
        * configure:  Remove garbage from previous commit.
index 5962337..1c5f712 100644 (file)
@@ -755,6 +755,12 @@ case "${target}" in
           target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
     fi
     ;;
+  frv-*-*)
+    noconfigdirs="$noconfigdirs ${libgcj}"
+    if test x${is_cross_compiler} != xno ; then
+          target_configdirs="${target_configdirs} target-bsp target-cygmon"
+    fi
+    ;;
   h8300*-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;