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
This commit is contained in:
parent
6621d78e99
commit
314733e244
@ -1,3 +1,8 @@
|
||||
2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR target/14577
|
||||
* config.gcc: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff.
|
||||
|
||||
2004-03-16 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* combine.c (combine_simplify_rtx): Remove the "last"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user