config.gcc (sh64): Remove unused target_requires_64bit_host_wide_int.

* config.gcc (sh64): Remove unused
	target_requires_64bit_host_wide_int.

From-SVN: r55437
This commit is contained in:
Andreas Jaeger 2002-07-14 09:01:36 +02:00
parent 8ac9d31fd9
commit e89617feba
2 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2002-07-14 Andreas Jaeger <aj@suse.de>
* config.gcc (sh64): Remove unused
target_requires_64bit_host_wide_int.
2002-07-12 Roger Sayle <roger@eyesopen.com>
* expr.c [CLEAR_RATIO]: New macro defining the maximum number

View File

@ -2232,10 +2232,6 @@ sh-*-elf* | sh[2346l]*-*-elf*)
tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h"
extra_headers="shmedia.h ushmedia.h sshmedia.h"
# Not strictly necessary to check this, but a good idea anyway.
if test $machine = $target; then
target_requires_64bit_host_wide_int=yes
fi
;;
sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
sh4*) target_cpu_default="SELECT_SH4" ;;
@ -2285,10 +2281,6 @@ sh-*-linux* | sh[2346lbe]*-*-linux*)
tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h"
extra_headers="shmedia.h ushmedia.h sshmedia.h"
# Not strictly necessary to check this, but a good idea anyway.
if test $machine = $target; then
target_requires_64bit_host_wide_int=yes
fi
;;
sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
sh4*) target_cpu_default="SELECT_SH4" ;;