config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
authorSUGIOKA Toshinobu <sugioka@itonet.co.jp>
Fri, 1 Aug 2003 09:05:16 +0000 (18:05 +0900)
committerKaz Kojima <kkojima@gcc.gnu.org>
Fri, 1 Aug 2003 09:05:16 +0000 (09:05 +0000)
2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>

* config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

From-SVN: r70040

gcc/ChangeLog
gcc/config.gcc

index ae5cceb5eb03d75d01c8f8537597da081cc15b87..cd4c1acbac08ee37510be33128aed15162755190 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
+
+       * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
+
 2003-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
index c9266a5620ceca8b163dcbb2cfae7246390340f1..093a1146528aacad9775721f699f0d66212dfc5e 100644 (file)
@@ -1832,7 +1832,7 @@ sh-*-rtems*)
        fi
        ;;
 sh-*-linux* | sh[2346lbe]*-*-linux*)
-       tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux"
+       tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
        case $machine in
        sh*be-*-* | sh*eb-*-*) ;;
        *)
@@ -1840,6 +1840,7 @@ sh-*-linux* | sh[2346lbe]*-*-linux*)
                tmake_file="${tmake_file} sh/t-le"
                ;;
        esac
+       tmake_file="${tmake_file} sh/t-linux"
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
        case $machine in
        sh64*)