diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 00:06:26 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 00:06:26 +0000 |
commit | 6699890eef76c0fa88ec9abd3c041b8c64e1879a (patch) | |
tree | 6d0a19f333dbbc547552ce315176d5561e17e818 /gcc/testsuite/lib | |
parent | c03384c2c259d5bdafdea0b29f1fef01f1f9f9c2 (diff) | |
download | gcc-6699890eef76c0fa88ec9abd3c041b8c64e1879a.tar.gz |
* lib/target-supports.exp (check_profiling_available): Return
false for xtensa-*-elf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98950 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/lib')
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 4356aba3cbc..76b9edecac7 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -293,6 +293,7 @@ proc check_profiling_available { test_what } { || [istarget cris-*-*] || [istarget h8300-*-*] || [istarget mips*-*-elf] + || [istarget xtensa-*-elf] || [istarget *-*-windiss] } { set profiling_available_saved 0 } else { |