diff options
author | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-16 06:47:57 +0000 |
---|---|---|
committer | liqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-16 06:47:57 +0000 |
commit | c16283421b5e631fd0ec4eb7cc3cfdff046586ab (patch) | |
tree | f13926e7cfda005ff5faaaddf412d6fc3281c121 /gcc/configure.ac | |
parent | b4c7d1be44097f0c6ba7c37f14012f831cfe9fff (diff) | |
download | gcc-c16283421b5e631fd0ec4eb7cc3cfdff046586ab.tar.gz |
* gcc/configure.ac: Enable checking assembler dwarf2 support for score
target.
* gcc/configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117773 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index ccf94ffc663..7c8b3af9966 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2981,7 +2981,7 @@ esac case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ - | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-*) + | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-*) insn="nop" ;; ia64*-*-* | s390*-*-*) |