diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-29 21:36:43 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-29 21:36:43 +0000 |
commit | 78e515f7b3c83f047ada836f3d769b1fd934d9d7 (patch) | |
tree | 65c814557c3c0e61f746e922c96ca834174464c4 /libgcc/config.host | |
parent | 0418ac74cabf62c15e0256d50e0d232d9e3939ad (diff) | |
download | gcc-78e515f7b3c83f047ada836f3d769b1fd934d9d7.tar.gz |
.
* configure.ac (rl78-*-*) New case.
* configure: Regenerate.
* MAINTAINERS: Add myself as RL78 maintainer.
libgcc
* config.host (rl78-*-elf): New case.
* config/rl78: New directory for the Renesas RL78.
gcc
* config.gcc (rl78-*-elf): New case.
* doc/extend.texi: Add RL78 documentation.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/contrib.texi: Add RL78.
* doc/install.texi: Add rl78-*-elf.
* config/rl78: New directory for the Renesas RL78.
contrib
* config-list.mk (LIST): Add rl78-elf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181819 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 961c69f4af6..f15282c4924 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -916,6 +916,9 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) md_unwind_header=rs6000/aix-unwind.h tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" ;; +rl78-*-elf) + tmake_file="$tm_file t-fdpbit rl78/t-rl78" + ;; rx-*-elf) tmake_file="rx/t-rx t-fdpbit" tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h" |