From 19fe522aa3a52d973d7d3e3002bafbc766bdb259 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 7 Apr 2002 17:30:07 -0700 Subject: [PATCH] config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file. 2002-04-07 David S. Miller * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file. From-SVN: r52011 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e812e594386..1f594a335e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-07 David S. Miller + + * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file. + 2002-04-07 John David Anglin PR 5933 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