Patch from Uwe Stieber.

* config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
statement from tmake_file set.

From-SVN: r68692
This commit is contained in:
Uwe Stieber 2003-06-30 05:43:37 +00:00 committed by Jim Wilson
parent bd235d86cd
commit 8f48afc165
2 changed files with 7 additions and 0 deletions

View 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

View 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
;;