diff options
author | Joel Sherrill <joel@OARcorp.com> | 2004-03-10 17:23:33 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2004-03-10 17:23:33 +0000 |
commit | 65cd26a6f5334fceb8b1a8c21d22b00e05215290 (patch) | |
tree | 0a4cc39db2cae44471dbdb7f796573215afe38f4 /gcc/config.gcc | |
parent | e9264dac56a780226fefcb8b0f407914f2ec6b5e (diff) | |
download | gcc-65cd26a6f5334fceb8b1a8c21d22b00e05215290.zip gcc-65cd26a6f5334fceb8b1a8c21d22b00e05215290.tar.gz gcc-65cd26a6f5334fceb8b1a8c21d22b00e05215290.tar.bz2 |
re PR target/14480 (gcc/config/rs6000/t-rtems is missing)
2004-03-08 Joel Sherrill <joel@oarcorp.com>
PR target/14480
* config/rs6000/t-rtems: Add missing file on branch.
From-SVN: r79263
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7af035d..189ff02 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1553,7 +1553,7 @@ powerpc-*-eabi*) ;; powerpc-*-rtems*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h" - tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm" + tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm" ;; powerpc-*-linux*altivec*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h" |