mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 11:15:21 +08:00
config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
2002-04-07 David S. Miller <davem@redhat.com> * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file. From-SVN: r52011
This commit is contained in:
parent
ecc2337579
commit
19fe522aa3
@ -1,3 +1,7 @@
|
||||
2002-04-07 David S. Miller <davem@redhat.com>
|
||||
|
||||
* config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
|
||||
|
||||
2002-04-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
PR 5933
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user