From: Daniel Jacobowitz Date: Fri, 22 Nov 2002 19:34:21 +0000 (+0000) Subject: configure.in: Set insn=nop for DWARF-2 tests on ARM. X-Git-Tag: releases/gcc-3.3.0~1672 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80486e0671dada5e65fbc8baab06e9357281c9cd;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6b918fed550..cf02ad6a463e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-22 Daniel Jacobowitz + + * configure.in: Set insn=nop for DWARF-2 tests on ARM. + * configure: Regenerated. + 2002-11-22 Kazu Hirata * config/h8300/h8300.c (compute_a_shift_length): Fix the insn diff --git a/gcc/configure b/gcc/configure index e6755f2de96c..8f1f952a2ef2 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2407,7 +2407,7 @@ EOF fi # Find some useful tools -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -8004,7 +8004,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*-*-*) @@ -8051,7 +8052,7 @@ fi echo "$ac_t""$gcc_cv_as_dwarf2_debug_line" 1>&6 echo $ac_n "checking assembler --gdwarf2 support""... $ac_c" 1>&6 -echo "configure:8055: checking assembler --gdwarf2 support" >&5 +echo "configure:8056: checking assembler --gdwarf2 support" >&5 gcc_cv_as_gdwarf2_flag=no if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then @@ -8080,7 +8081,7 @@ fi echo "$ac_t""$gcc_cv_as_gdwarf2_flag" 1>&6 echo $ac_n "checking assembler --gstabs support""... $ac_c" 1>&6 -echo "configure:8084: checking assembler --gstabs support" >&5 +echo "configure:8085: checking assembler --gstabs support" >&5 gcc_cv_as_gstabs_flag=no if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then @@ -8108,7 +8109,7 @@ fi echo "$ac_t""$gcc_cv_as_gstabs_flag" 1>&6 echo $ac_n "checking linker PT_GNU_EH_FRAME support""... $ac_c" 1>&6 -echo "configure:8112: checking linker PT_GNU_EH_FRAME support" >&5 +echo "configure:8113: checking linker PT_GNU_EH_FRAME support" >&5 gcc_cv_ld_eh_frame_hdr=no if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 12 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then @@ -8132,7 +8133,7 @@ echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6 case "$target" in mips*-*-*) echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6 -echo "configure:8136: checking whether libgloss uses STARTUP directives consistently" >&5 +echo "configure:8137: checking whether libgloss uses STARTUP directives consistently" >&5 gcc_cv_mips_libgloss_startup=no gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss if test "x$exec_prefix" = xNONE; then @@ -8336,7 +8337,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:8340: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:8341: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" diff --git a/gcc/configure.in b/gcc/configure.in index d50bb392d918..efc992407065 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*-*-*)