diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 18:17:33 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 18:17:33 +0000 |
commit | 19cda8f65522f6821246dd2e0e9d40e9c355f9c4 (patch) | |
tree | 5843748d7cd1e99a7f8af3f6e0d13d3c2ff1fecc /gcc/config.gcc | |
parent | f7ca337fd7f7fd7ac0688adc2479df24c70bed83 (diff) | |
download | gcc-19cda8f65522f6821246dd2e0e9d40e9c355f9c4.tar.gz |
* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63568 138bc75d-0d04-0410-961f-82ee72b054a4
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 22d0db77a7c..68fd60e6e7c 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 |