config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>

	* config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

From-SVN: r70040
This commit is contained in:
SUGIOKA Toshinobu 2003-08-01 18:05:16 +09:00 committed by Kaz Kojima
parent 522da2bf7e
commit 2fdd01a09a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-31 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
* config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
2003-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'

View File

@ -1832,7 +1832,7 @@ sh-*-rtems*)
fi fi
;; ;;
sh-*-linux* | sh[2346lbe]*-*-linux*) sh-*-linux* | sh[2346lbe]*-*-linux*)
tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux" tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
case $machine in case $machine in
sh*be-*-* | sh*eb-*-*) ;; sh*be-*-* | sh*eb-*-*) ;;
*) *)
@ -1840,6 +1840,7 @@ sh-*-linux* | sh[2346lbe]*-*-linux*)
tmake_file="${tmake_file} sh/t-le" tmake_file="${tmake_file} sh/t-le"
;; ;;
esac esac
tmake_file="${tmake_file} sh/t-linux"
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h" tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
case $machine in case $machine in
sh64*) sh64*)