diff options
author | Daniel Jacobowitz <drow@mvista.com> | 2002-11-22 19:34:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2002-11-22 19:34:21 +0000 |
commit | 80486e0671dada5e65fbc8baab06e9357281c9cd (patch) | |
tree | b3aaecbbdd76c5ff12d0e1d5c2b551f38e1eefee /gcc/configure.in | |
parent | 726a4d6d5e056501f909f6e6a9122483a44028ad (diff) | |
download | gcc-80486e0671dada5e65fbc8baab06e9357281c9cd.zip gcc-80486e0671dada5e65fbc8baab06e9357281c9cd.tar.gz gcc-80486e0671dada5e65fbc8baab06e9357281c9cd.tar.bz2 |
configure.in: Set insn=nop for DWARF-2 tests on ARM.
* configure.in: Set insn=nop for DWARF-2 tests on ARM.
* configure: Regenerated.
From-SVN: r59383
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index d50bb39..efc9924 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2112,7 +2112,8 @@ gcc_cv_as_dwarf2_debug_line=no # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$target" in - i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-* | hppa*-*-*) + i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ + | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-*) insn="nop" ;; ia64*-*-*) |