]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport following patch:
authorBob Wilson <bob.wilson@acm.org>
Fri, 28 Feb 2003 18:38:19 +0000 (18:38 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 28 Feb 2003 18:38:19 +0000 (18:38 +0000)
2003-02-28  Bob Wilson  <bob.wilson@acm.org>
* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.

From-SVN: r63571

gcc/ChangeLog
gcc/config.gcc

index c9052edc68cce17a7d5767c79e0633da0f46f5c6..2035fa9d68c19fc010e2b7bd438e50751a909b0a 100644 (file)
@@ -1,3 +1,10 @@
+2003-02-28  Bob Wilson  <bob.wilson@acm.org>
+
+       Backport following patch:
+
+       2003-02-28  Bob Wilson  <bob.wilson@acm.org>
+       * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
+
 2003-02-28  Joel Sherrill <joel@OARcorp.com>
 
        PR 9638/other
index 3c3db56293b024b8cf517ec8f18ebd220309a4b9..cd42ff30112569a67a6de9da9995340de692ab5d 100644 (file)
@@ -3429,7 +3429,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"
+       tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa"
        extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        gas=yes gnu_ld=yes
        ;;