configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k.
* configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k. * configure: Regenerated. From-SVN: r44149
This commit is contained in:
parent
b7076960b3
commit
bfabbc3c2a
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-07-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.in (assembler dwarf2 debug_line support): Define nop
|
||||
insn for m68k.
|
||||
* configure: Regenerated.
|
||||
|
||||
2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -7368,7 +7368,7 @@ 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*-*-*)
|
||||
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
|
||||
insn="nop"
|
||||
;;
|
||||
ia64*-*-*)
|
||||
|
|
|
@ -1638,7 +1638,7 @@ 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*-*-*)
|
||||
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
|
||||
insn="nop"
|
||||
;;
|
||||
ia64*-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue