summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host5
2 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index db53036f497..7e3afaccbfa 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-14 Kazu Hirata <kazu@codesourcery.com>
+
+ * config.host: Recognize fido.
+
2007-04-04 Janis Johnson <janis187@us.ibm.com>
* configure: Check host, not target, for decimal float support.
diff --git a/libgcc/config.host b/libgcc/config.host
index 3e575ab7cb6..f43de44bbd6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -83,6 +83,9 @@ bfin*-*)
ep9312*-*-*)
cpu_type=arm
;;
+fido-*-*)
+ cpu_type=m68k
+ ;;
frv*) cpu_type=frv
;;
xscale-*-*)
@@ -268,6 +271,8 @@ cris-*-linux*)
;;
crx-*-elf)
;;
+fido-*-elf)
+ ;;
fr30-*-elf)
;;
frv-*-elf)