OSDN Git Service

Patch from Uwe Stieber.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jun 2003 05:43:37 +0000 (05:43 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jun 2003 05:43:37 +0000 (05:43 +0000)
* config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
statement from tmake_file set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68692 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index acd38bb..5c0039d 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-29 Uwe Stieber <uwe@kaos-group.de>
+
+       * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
+       statement from tmake_file set.
+
 2003-06-29  James E Wilson  <wilson@tuliptree.org>
 
        * reload.c (find_reloads): Change push_reloads to push_reload in
 2003-06-29  James E Wilson  <wilson@tuliptree.org>
 
        * reload.c (find_reloads): Change push_reloads to push_reload in
index ac635f4..78e20e6 100644 (file)
@@ -1796,6 +1796,8 @@ sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
        esac
        case $machine in
        sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
        esac
        case $machine in
        sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
+       esac
+       case $machine in
        sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
        esac
        ;;
        sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
        esac
        ;;