From d8494b66bf086e4b9f1948d614ccd6989b700d00 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 28 Feb 2003 18:38:19 +0000 Subject: [PATCH] Backport following patch: 2003-02-28 Bob Wilson * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file. From-SVN: r63571 --- gcc/ChangeLog | 7 +++++++ gcc/config.gcc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9052edc68cc..2035fa9d68c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-02-28 Bob Wilson + + Backport following patch: + + 2003-02-28 Bob Wilson + * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file. + 2003-02-28 Joel Sherrill PR 9638/other diff --git a/gcc/config.gcc b/gcc/config.gcc index 3c3db56293b0..cd42ff301125 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;; -- 2.47.2