From 066f153843bffb7247ff052b38a7e94eee3c0096 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 28 Feb 2003 18:17:33 +0000 Subject: [PATCH] * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file. From-SVN: r63568 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a059d23e50e..42f96cfe139 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-28 Bob Wilson + + * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file. + 2003-02-28 Richard Earnshaw * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any diff --git a/gcc/config.gcc b/gcc/config.gcc index 22d0db77a7c..68fd60e6e7c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 -- 2.30.2