diff options
author | Ralf Corsepius <corsepiu@faw.uni-ulm.de> | 2004-03-16 16:43:06 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2004-03-16 16:43:06 +0000 |
commit | 314733e244f748a5275c9d8d44c87cdb23074bfe (patch) | |
tree | 4ed7193b247c44e2fb6e346250ab57dcab8e40c3 /gcc/config.gcc | |
parent | 6621d78e99fcfda0d0d5f3935de7ff49d33e6682 (diff) | |
download | gcc-314733e244f748a5275c9d8d44c87cdb23074bfe.zip gcc-314733e244f748a5275c9d8d44c87cdb23074bfe.tar.gz gcc-314733e244f748a5275c9d8d44c87cdb23074bfe.tar.bz2 |
re PR target/14577 (Switching sh-rtems to ELF)
2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR target/14577
* config.gcc: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff.
From-SVN: r79536
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7dfadfd..0f78c9a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1706,14 +1706,14 @@ sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*) esac use_fixproto=yes ;; -sh-*-rtemself*) - tmake_file="sh/t-sh sh/t-elf 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-*-rtems*) +sh-*-rtemscoff*) tmake_file="sh/t-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" + tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h" + ;; sh-*-linux* | sh[2346lbe]*-*-linux*) tmake_file="sh/t-sh sh/t-elf ${tmake_file}" case ${target} in |