diff options
author | David S. Miller <davem@davemloft.net> | 2008-05-21 09:38:40 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2008-05-21 02:38:40 -0700 |
commit | ccbdd3bc4e25f642b37694b277af2fccf49496c6 (patch) | |
tree | 9cb1767c5467325abd7da8a98242019dbcc6bbf0 /gcc/config.gcc | |
parent | e8a2a782ee52ad23f841cceb7a6f4aed6a69a3fd (diff) | |
download | gcc-ccbdd3bc4e25f642b37694b277af2fccf49496c6.zip gcc-ccbdd3bc4e25f642b37694b277af2fccf49496c6.tar.gz gcc-ccbdd3bc4e25f642b37694b277af2fccf49496c6.tar.bz2 |
config.gcc (sparc-*-linux*): Always include sparc/t-linux in tmake_file.
* config.gcc (sparc-*-linux*): Always include sparc/t-linux in
tmake_file.
From-SVN: r135713
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6a527db..c2fd4ef 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2360,13 +2360,14 @@ sparc-*-elf*) sparc-*-linux*) # SPARC's running GNU/Linux, libc6 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h" extra_options="${extra_options} sparc/long-double-switch.opt" + tmake_file="${tmake_file} sparc/t-linux" if test x$enable_targets = xall; then tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h" - tmake_file="${tmake_file} sparc/t-linux64 sparc/t-crtfm" + tmake_file="${tmake_file} sparc/t-linux64" else tm_file="${tm_file} sparc/linux.h" - tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm" fi + tmake_file="${tmake_file} sparc/t-crtfm" ;; sparc-*-rtems*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h" |