diff options
| author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 09:40:34 +0000 |
|---|---|---|
| committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 09:40:34 +0000 |
| commit | 103b274ee9e64118f44f97bdff69638ee85d8a88 (patch) | |
| tree | ff1e904c092f5c8fc0372d59e41f48c0eb1d36a5 /gcc | |
| parent | 8b78ff40cb44cb5dc9914049112a719def3a91a2 (diff) | |
| download | ppe42-gcc-103b274ee9e64118f44f97bdff69638ee85d8a88.tar.gz ppe42-gcc-103b274ee9e64118f44f97bdff69638ee85d8a88.zip | |
* config/sh/t-linux64: New file.
* config.gcc: Add it to tmake_file for sh64*-*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config.gcc | 2 | ||||
| -rw-r--r-- | gcc/config/sh/t-linux64 | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b45cbe5662..9d87e1b5c81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-18 Kaz Kojima <kkojima@gcc.gnu.org> + + * config/sh/t-linux64: New file. + * config.gcc: Add it to tmake_file for sh64*-*-linux*. + 2004-06-18 Paolo Bonzini <bonzini@gnu.org> * emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl. diff --git a/gcc/config.gcc b/gcc/config.gcc index 0aad3415364..d9eb628355d 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" ;; diff --git a/gcc/config/sh/t-linux64 b/gcc/config/sh/t-linux64 new file mode 100644 index 00000000000..126b0163754 --- /dev/null +++ b/gcc/config/sh/t-linux64 @@ -0,0 +1 @@ +EXTRA_MULTILIB_PARTS= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o |

