Patch from Uwe Stieber.
authorUwe Stieber <uwe@kaos-group.de>
Mon, 30 Jun 2003 05:43:37 +0000 (05:43 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Jun 2003 05:43:37 +0000 (22:43 -0700)
* config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
statement from tmake_file set.

From-SVN: r68692

gcc/ChangeLog
gcc/config.gcc

index acd38bb3795830aabe37da2781198bcbff48ba47..5c0039dfddd5a910731614517fb8a57d48c24c10 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
index ac635f4a175e579bcea2590ce34111698a677ade..78e20e659f5d524d986cb994aaf1473c7fe5e384 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*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
        esac
        ;;