diff options
author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-07 17:06:58 +0000 |
---|---|---|
committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-07 17:06:58 +0000 |
commit | 1c69223fe7f585a0000291062d484f598d0a93bd (patch) | |
tree | 9f488dc5dead6b617069d61f0944710cb8b64f83 /gcc/configure | |
parent | 2563794c46cbe142145afaf0597a43b9eafc951a (diff) | |
download | gcc-1c69223fe7f585a0000291062d484f598d0a93bd.tar.gz |
* configure.ac: Enable checking assembler dwarf2 support for bfin
target.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index f9a438bedfe..df77571c5ca 100755 --- a/gcc/configure +++ b/gcc/configure @@ -15655,7 +15655,7 @@ esac case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \ - | xstormy16*-*-* | cris-*-* | xtensa-*-*) + | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-*) insn="nop" ;; ia64*-*-* | s390*-*-*) |