aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 35f7c8c..5fc628b 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
+
+ Add picoChip port.
+ * config.host: Add picochip-*-*.
+
2008-08-06 Bob Wilson <bob.wilson@acm.org>
* config.host: Match more processor names for Xtensa.
diff --git a/libgcc/config.host b/libgcc/config.host
index 0bca859..cf33e04 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -428,6 +428,8 @@ pdp11-*-bsd)
;;
pdp11-*-*)
;;
+picochip-*-*)
+ ;;
powerpc64-*-linux*)
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
;;