diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-08-05 23:16:51 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2008-08-05 23:16:51 +0000 |
commit | c71334251c1d38a713146a9c4385d73bad244739 (patch) | |
tree | 9e9ea326977a3bffd25452f2ff7d12fafbc7b69d /gcc/config/xtensa | |
parent | fa1615d7a02d38753ac2c755c8c2dd20b53f613d (diff) | |
download | gcc-c71334251c1d38a713146a9c4385d73bad244739.zip gcc-c71334251c1d38a713146a9c4385d73bad244739.tar.gz gcc-c71334251c1d38a713146a9c4385d73bad244739.tar.bz2 |
* config/xtensa/t-xtensa: Remove dependency for gt-xtensa.h.
From-SVN: r138748
Diffstat (limited to 'gcc/config/xtensa')
-rw-r--r-- | gcc/config/xtensa/t-xtensa | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/xtensa/t-xtensa b/gcc/config/xtensa/t-xtensa index b0a7e81..da2e834 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -22,4 +22,3 @@ $(T)crtn.o: $(srcdir)/config/xtensa/crtn.asm $(GCC_PASSES) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/xtensa/crtn.asm $(out_object_file): gt-xtensa.h -gt-xtensa.h : s-gtype ; @true |