diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-08 00:30:07 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-08 00:30:07 +0000 |
commit | 0b8c20bf31a2ed02ef7e9f6bca86f32cfb371fb2 (patch) | |
tree | 7afff58edbd3eae189ef5dec35ce7b5637162f01 /gcc/config.gcc | |
parent | 1b58ab4b0f5f80fe54dcda28bb0d34e8ce8ea5c0 (diff) | |
download | gcc-0b8c20bf31a2ed02ef7e9f6bca86f32cfb371fb2.tar.gz |
2002-04-07 David S. Miller <davem@redhat.com>
* config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 1e3b3553203..360049fc3c2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3243,7 +3243,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*) esac ;; sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux - tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64" + tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm" tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h" extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" gnu_ld=yes |