aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2004-06-18 09:40:34 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2004-06-18 09:40:34 +0000
commitd627e19f0e7b1b09ef36233199499fc651403f96 (patch)
treeff1e904c092f5c8fc0372d59e41f48c0eb1d36a5 /gcc/config.gcc
parent67a69e82e9ba0cd0b940a9fce7e336225e312ccd (diff)
downloadgcc-d627e19f0e7b1b09ef36233199499fc651403f96.zip
gcc-d627e19f0e7b1b09ef36233199499fc651403f96.tar.gz
gcc-d627e19f0e7b1b09ef36233199499fc651403f96.tar.bz2
t-linux64: New file.
* config/sh/t-linux64: New file. * config.gcc: Add it to tmake_file for sh64*-*-linux*. From-SVN: r83343
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0aad341..d9eb628 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1734,7 +1734,7 @@ sh-*-linux* | sh[2346lbe]*-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
case ${target} in
sh64*)
- tmake_file="${tmake_file} sh/t-sh64"
+ tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
tm_file="${tm_file} sh/sh64.h"
extra_headers="shmedia.h ushmedia.h sshmedia.h"
;;