aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2003-02-28 18:17:33 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2003-02-28 18:17:33 +0000
commit066f153843bffb7247ff052b38a7e94eee3c0096 (patch)
tree5843748d7cd1e99a7f8af3f6e0d13d3c2ff1fecc /gcc
parentdf0f0674ebec4b6953d899bff3600bf6418927fa (diff)
downloadgcc-066f153843bffb7247ff052b38a7e94eee3c0096.zip
gcc-066f153843bffb7247ff052b38a7e94eee3c0096.tar.gz
gcc-066f153843bffb7247ff052b38a7e94eee3c0096.tar.bz2
* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
From-SVN: r63568
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a059d23..42f96cf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 22d0db7..68fd60e 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