config.gcc (sparc-*-linux*): Always include sparc/t-linux in tmake_file.
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 May 2008 09:38:40 +0000 (09:38 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 21 May 2008 09:38:40 +0000 (02:38 -0700)
* config.gcc (sparc-*-linux*): Always include sparc/t-linux in
tmake_file.

From-SVN: r135713

gcc/ChangeLog
gcc/config.gcc

index 63b20e5f978f4b0cbc6bf313fbd756a871f3bef9..9ebf34105401656472b435438eacd73332f4a703 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-21  David S. Miller  <davem@davemloft.net>
+
+       * config.gcc (sparc-*-linux*): Always include sparc/t-linux in
+       tmake_file.
+
 2008-05-21  Eric Botcazou  <ebotcazou@adacore.com>
 
        * cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table
index 6a527dba1040b026c10cdffe7708829df697f9ac..c2fd4efea028101124d4d4558e231185730fe6de 100644 (file)
@@ -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"