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:
parent
bd235d86cd
commit
8f48afc165
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user