aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.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/config.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/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
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