]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
authorBob Wilson <bob.wilson@acm.org>
Fri, 28 Feb 2003 18:17:33 +0000 (18:17 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 28 Feb 2003 18:17:33 +0000 (18:17 +0000)
From-SVN: r63568

gcc/ChangeLog
gcc/config.gcc

index a059d23e50e7362df30ab77e3039e1756bf9f284..42f96cfe1396175f950b2e026ad67299a50328b8 100644 (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 
index 22d0db77a7caa5a492d9ff69a47a633ee848ab40..68fd60e6e7cbb8e21b62fc6978bf9eaedd69edb7 100644 (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