From: corsepiu Date: Wed, 19 Jan 2005 21:25:35 +0000 (+0000) Subject: 2005-01-19 Ralf Corsepius X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=0e0debcffce1be862cf67739ecf7c84fa05a5869 2005-01-19 Ralf Corsepius PR target/19529 * config/sh/t-rtems: New. * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93921 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 77867e86d3f..89aac37155e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-01-19 Ralf Corsepius + + PR target/19529 + * config/sh/t-rtems: New. + * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems. + 2005-01-19 Zdenek Dvorak * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract diff --git a/gcc/config.gcc b/gcc/config.gcc index 0099148f4a9..4d18e03600f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1857,11 +1857,11 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ use_fixproto=yes ;; sh-*-rtemscoff*) - tmake_file="sh/t-sh t-rtems" + tmake_file="sh/t-sh t-rtems sh/t-rtems" tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h" ;; sh-*-rtems*) - tmake_file="sh/t-sh sh/t-elf t-rtems" + tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems" tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h" ;; sh-wrs-vxworks) diff --git a/gcc/config/sh/t-rtems b/gcc/config/sh/t-rtems new file mode 100644 index 00000000000..9fd262cf858 --- /dev/null +++ b/gcc/config/sh/t-rtems @@ -0,0 +1,7 @@ +# Custom multilibs for RTEMS + +MULTILIB_ENDIAN = ml +MULTILIB_OPTIONS= $(MULTILIB_ENDIAN) m2/m2e/m4-single-only/m4-single/m4 +MULTILIB_DIRNAMES= +MULTILIB_MATCHES = m2=m3 m2e=m3e m2=m4-nofpu +MULTILIB_EXCEPTIONS = ml