diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-02-28 18:17:33 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2003-02-28 18:17:33 +0000 |
commit | 066f153843bffb7247ff052b38a7e94eee3c0096 (patch) | |
tree | 5843748d7cd1e99a7f8af3f6e0d13d3c2ff1fecc /gcc/config.gcc | |
parent | df0f0674ebec4b6953d899bff3600bf6418927fa (diff) | |
download | gcc-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.gcc | 2 |
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 |