* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.

From-SVN: r63568
This commit is contained in:
Bob Wilson 2003-02-28 18:17:33 +00:00 committed by Bob Wilson
parent df0f0674eb
commit 066f153843
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-28 Bob Wilson <bob.wilson@acm.org>
* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
2003-02-28 Richard Earnshaw <rearnsha@arm.com>
* arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any

View File

@ -2689,7 +2689,7 @@ xtensa-*-elf*)
;;
xtensa-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
tmake_file="t-linux xtensa/t-xtensa xtensa/t-linux"
tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
;;
*)
echo "*** Configuration $machine not supported" 1>&2