OSDN Git Service

* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 18:17:33 +0000 (18:17 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 18:17:33 +0000 (18:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63568 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index a059d23..42f96cf 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 22d0db7..68fd60e 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