diff options
author | Jie Zhang <jiez@gcc.gnu.org> | 2005-11-07 17:06:58 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2005-11-07 17:06:58 +0000 |
commit | 6afdc7412b108d0e859476472e1a7ea7454819b3 (patch) | |
tree | 9f488dc5dead6b617069d61f0944710cb8b64f83 /gcc/configure | |
parent | 04b2be4f31788709f570c98277ace39d948aabf2 (diff) | |
download | gcc-6afdc7412b108d0e859476472e1a7ea7454819b3.zip gcc-6afdc7412b108d0e859476472e1a7ea7454819b3.tar.gz gcc-6afdc7412b108d0e859476472e1a7ea7454819b3.tar.bz2 |
configure.ac: Enable checking assembler dwarf2 support for bfin target.
* configure.ac: Enable checking assembler dwarf2 support for bfin
target.
* configure: Regenerate.
From-SVN: r106598
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 f9a438b..df77571 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*-*-*) |