diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 12:10:49 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 12:10:49 +0000 |
commit | 8372e9ea342011a14a3a94ff3581610a8463f493 (patch) | |
tree | 646b39b9d13d74c6e891802aeb4609ac1500539a /libgcc/config.host | |
parent | c9e36a4b56413d7f9946867ef8e7a0c34ff61696 (diff) | |
download | gcc-8372e9ea342011a14a3a94ff3581610a8463f493.tar.gz |
2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
Add picoChip port.
* MAINTAINERS: Add picoChip maintainers.
libgcc/
* config.host: Add picochip-*-*.
gcc/
* doc/extend.texi: Document picoChip builtin functions.
* doc/invoke.texi: Document picoChip options.
* doc/contrib.texi: Add picoChip contribution.
* doc/md.texi: Document picoChip constraints.
* config.gcc: Add picochip-*-*.
* config/picochip/: Add new port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 0bca859cdae..cf33e04de44 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" ;; |