]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
merge from src
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2002 21:58:44 +0000 (21:58 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2002 21:58:44 +0000 (21:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54766 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index 3e12b5717d15ba3a6ad19656ea673c185e9c9d54..5ddec7441ab2bb1f83ccf044bbe3e78b717138bf 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 5962337875fb443f9a8780f0c5bb5ea175c9bd54..1c5f712453257158da7cb93c75f9ba0e8cd9e232 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"
     ;;